Uses of Enum
com.google.ortools.linearsolver.MPSolver.ResultStatus
Packages that use MPSolver.ResultStatus
-
Uses of MPSolver.ResultStatus in com.google.ortools.linearsolver
Subclasses with type arguments of type MPSolver.ResultStatus in com.google.ortools.linearsolverModifier and TypeClassDescriptionstatic enumThe status of solving the problem.Methods in com.google.ortools.linearsolver that return MPSolver.ResultStatusModifier and TypeMethodDescriptionMPSolver.solve()Solves the problem using the default parameter values.MPSolver.solve(MPSolverParameters param) Solves the problem using the specified parameter values.static MPSolver.ResultStatusMPSolver.ResultStatus.swigToEnum(int swigValue) static MPSolver.ResultStatusReturns 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.