Consider a network flow graph with a source 's' and sink 't'. Applying the Ford-Fulkerson algorithm results in a maximum flow of 10 units. Now, we increase the capacity of an edge on the shortest augmenting path by 2 units. What is the maximum possible flow after this modification?