Java Reference
Java Reference
Detailed Description
The status of solving the problem.
The straightforward translation to
homonymous enum values of MPSolverResponseStatus (see
./linear_solver.proto) is guaranteed by ./enum_consistency_test.cc, you may
rely on it.
Definition at line 624 of file MPSolver.java.
Public Member Functions | |
| final int | swigValue () |
Static Public Member Functions | |
| static ResultStatus | swigToEnum (int swigValue) |
Public Attributes | |
| OPTIMAL | |
| optimal. More... | |
| FEASIBLE | |
| feasible, or stopped by limit. More... | |
| INFEASIBLE | |
| proven infeasible. More... | |
| UNBOUNDED | |
| proven unbounded. More... | |
| ABNORMAL | |
| abnormal, i.e., error of some kind. More... | |
| NOT_SOLVED =(main_research_linear_solverJNI.MPSolver_NOT_SOLVED_get()) | |
| not been solved yet. More... | |
Member Function Documentation
◆ swigToEnum()
|
inlinestatic |
Definition at line 654 of file MPSolver.java.
◆ swigValue()
|
inline |
Definition at line 650 of file MPSolver.java.
Member Data Documentation
◆ ABNORMAL
| ABNORMAL |
abnormal, i.e., error of some kind.
Definition at line 644 of file MPSolver.java.
◆ FEASIBLE
| FEASIBLE |
feasible, or stopped by limit.
Definition at line 632 of file MPSolver.java.
◆ INFEASIBLE
| INFEASIBLE |
proven infeasible.
Definition at line 636 of file MPSolver.java.
◆ NOT_SOLVED
| NOT_SOLVED =(main_research_linear_solverJNI.MPSolver_NOT_SOLVED_get()) |
not been solved yet.
Definition at line 648 of file MPSolver.java.
◆ OPTIMAL
| OPTIMAL |
optimal.
Definition at line 628 of file MPSolver.java.
◆ UNBOUNDED
| UNBOUNDED |
proven unbounded.
Definition at line 640 of file MPSolver.java.
The documentation for this enum was generated from the following file: