Package algs64
Class FordFulkerson
java.lang.Object
algs64.FordFulkerson
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleancheck(FlowNetwork G, int s, int t) private doubleexcess(FlowNetwork G, int v) private booleanhasAugmentingPath(FlowNetwork G, int s, int t) booleaninCut(int v) private booleanisFeasible(FlowNetwork G, int s, int t) static voiddoublevalue()
-
Field Details
-
marked
-
edgeTo
-
value
-
-
Constructor Details
-
FordFulkerson
-
-
Method Details
-
value
-
inCut
-
hasAugmentingPath
-
excess
-
isFeasible
-
check
-
main
-