Uses of Class
com.google.ortools.modelbuilder.SolveStatus
-
Packages that use SolveStatus Package Description com.google.ortools.modelbuilder -
-
Uses of SolveStatus in com.google.ortools.modelbuilder
Methods in com.google.ortools.modelbuilder that return SolveStatus Modifier and Type Method Description SolveStatusModelSolverHelper. getStatus()SolveStatusModelSolver. solve(ModelBuilder model)Solves given model, and returns the status of the response.static SolveStatusSolveStatus. swigToEnum(int swigValue)static SolveStatusSolveStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SolveStatus[]SolveStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-