GA 6515 > MF1: Max Flow > Flashcards
max number of iterations in Ford-Fulkerson
total flow value (c)
when can you go against the edge direction?
when the back edge is non-empty
Ford Fulkerson runtime
O(m * c)
time to check whether or not f is a max flow?
O(n+m)