Uses of Enum
com.google.ortools.graph.MaxFlow.Status
Packages that use MaxFlow.Status
-
Uses of MaxFlow.Status in com.google.ortools.graph
Subclasses with type arguments of type MaxFlow.Status in com.google.ortools.graphMethods in com.google.ortools.graph that return MaxFlow.StatusModifier and TypeMethodDescriptionMaxFlow.solve
(int source, int sink) static MaxFlow.Status
MaxFlow.Status.swigToEnum
(int swigValue) static MaxFlow.Status
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.