Push–relabel maximum flow algorithm: Difference between revisions

Content deleted Content added
use more similar notation for flow conservation and non-negativity constraint
Line 146:
#define NODES 6
#define MIN(X,Y) ((X) < (Y) ? (X) : (Y))
#define INFINITE 10000000