Module ford_fulkerson

Module ford_fulkerson 

Source
Expand description

Ford-Fulkerson maximum flow using DFS augmenting paths. Ford-Fulkerson maximum flow via DFS augmenting paths.

Functionsยง

ford_fulkerson
Computes the maximum flow from source to sink using the Ford-Fulkerson algorithm with DFS augmenting paths.