Java Reference
Java Reference
Classes |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
MPSolverParameters.IncrementalityValues Enum Reference
Detailed Description
Advanced usage: Incrementality options.
Definition at line 348 of file MPSolverParameters.java.
Public Member Functions | |
| final int | swigValue () |
Static Public Member Functions | |
| static IncrementalityValues | swigToEnum (int swigValue) |
Public Attributes | |
| INCREMENTALITY_OFF =(main_research_linear_solverJNI.MPSolverParameters_INCREMENTALITY_OFF_get()) | |
| Start solve from scratch. More... | |
| INCREMENTALITY_ON =(main_research_linear_solverJNI.MPSolverParameters_INCREMENTALITY_ON_get()) | |
| Reuse results from previous solve as much as the underlying solver allows. More... | |
Member Function Documentation
◆ swigToEnum()
|
inlinestatic |
Definition at line 363 of file MPSolverParameters.java.
◆ swigValue()
|
inline |
Definition at line 359 of file MPSolverParameters.java.
Member Data Documentation
◆ INCREMENTALITY_OFF
| INCREMENTALITY_OFF =(main_research_linear_solverJNI.MPSolverParameters_INCREMENTALITY_OFF_get()) |
Start solve from scratch.
Definition at line 352 of file MPSolverParameters.java.
◆ INCREMENTALITY_ON
| INCREMENTALITY_ON =(main_research_linear_solverJNI.MPSolverParameters_INCREMENTALITY_ON_get()) |
Reuse results from previous solve as much as the underlying solver
allows.
Definition at line 357 of file MPSolverParameters.java.
The documentation for this enum was generated from the following file: