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