Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues Enum Reference

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())
 

Detailed Description

Advanced usage: Incrementality options.

Definition at line 360 of file MPSolverParameters.java.

Member Function Documentation

◆ swigToEnum()

static IncrementalityValues com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues.swigToEnum ( int swigValue)
static

Definition at line 375 of file MPSolverParameters.java.

◆ swigValue()

final int com.google.ortools.linearsolver.MPSolverParameters.IncrementalityValues.swigValue ( )

Definition at line 371 of file MPSolverParameters.java.

Member Data Documentation

◆ INCREMENTALITY_OFF

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.

◆ INCREMENTALITY_ON

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.


The documentation for this enum was generated from the following file: