Uses of Enum
com.google.ortools.modelbuilder.SolveStatus
Packages that use SolveStatus
-
Uses of SolveStatus in com.google.ortools.modelbuilder
Subclasses with type arguments of type SolveStatus in com.google.ortools.modelbuilderMethods in com.google.ortools.modelbuilder that return SolveStatusModifier and TypeMethodDescriptionModelSolverHelper.getStatus()ModelSolver.solve(ModelBuilder model) Solves given model, and returns the status of the response.static SolveStatusSolveStatus.swigToEnum(int swigValue) static SolveStatusReturns 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.