Uses of Class
com.google.ortools.graph.MaxFlow.Status
-
Packages that use MaxFlow.Status Package Description com.google.ortools.graph -
-
Uses of MaxFlow.Status in com.google.ortools.graph
Methods in com.google.ortools.graph that return MaxFlow.Status Modifier and Type Method Description MaxFlow.StatusMaxFlow. solve(int source, int sink)static MaxFlow.StatusMaxFlow.Status. swigToEnum(int swigValue)static MaxFlow.StatusMaxFlow.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MaxFlow.Status[]MaxFlow.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-