Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
final int | swigValue () |
Static Public Member Functions | |
static IncrementalityValues | swigToEnum (int swigValue) |
Public Attributes | |
INCREMENTALITY_OFF =(mainJNI.MPSolverParameters_INCREMENTALITY_OFF_get()) | |
INCREMENTALITY_ON =(mainJNI.MPSolverParameters_INCREMENTALITY_ON_get()) | |
Advanced usage: Incrementality options.
Definition at line 360 of file MPSolverParameters.java.
|
static |
Definition at line 375 of file MPSolverParameters.java.
final int com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues.swigValue | ( | ) |
Definition at line 371 of file MPSolverParameters.java.
com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues.INCREMENTALITY_OFF =(mainJNI.MPSolverParameters_INCREMENTALITY_OFF_get()) |
Start solve from scratch.
Definition at line 364 of file MPSolverParameters.java.
com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues.INCREMENTALITY_ON =(mainJNI.MPSolverParameters_INCREMENTALITY_ON_get()) |
Reuse results from previous solve as much as the underlying solver
allows.
Definition at line 369 of file MPSolverParameters.java.