Uses of Class
com.google.ortools.linearsolver.MPSolver.ResultStatus
-
Packages that use MPSolver.ResultStatus Package Description com.google.ortools.linearsolver -
-
Uses of MPSolver.ResultStatus in com.google.ortools.linearsolver
Methods in com.google.ortools.linearsolver that return MPSolver.ResultStatus Modifier and Type Method Description MPSolver.ResultStatusMPSolver. solve()Solves the problem using the default parameter values.MPSolver.ResultStatusMPSolver. solve(MPSolverParameters param)Solves the problem using the specified parameter values.static MPSolver.ResultStatusMPSolver.ResultStatus. swigToEnum(int swigValue)static MPSolver.ResultStatusMPSolver.ResultStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MPSolver.ResultStatus[]MPSolver.ResultStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-