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

Detailed Description

For each categorical parameter, enumeration of possible values.

Definition at line 254 of file MPSolverParameters.java.

Public Member Functions

final int swigValue ()

Static Public Member Functions

static PresolveValues swigToEnum (int swigValue)

Public Attributes

 PRESOLVE_OFF =(mainJNI.MPSolverParameters_PRESOLVE_OFF_get())
 PRESOLVE_ON =(mainJNI.MPSolverParameters_PRESOLVE_ON_get())

Member Function Documentation

◆ swigToEnum()

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

Definition at line 268 of file MPSolverParameters.java.

◆ swigValue()

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

Definition at line 264 of file MPSolverParameters.java.

Member Data Documentation

◆ PRESOLVE_OFF

com.google.ortools.linearsolver.MPSolverParameters.PresolveValues.PRESOLVE_OFF =(mainJNI.MPSolverParameters_PRESOLVE_OFF_get())

Presolve is off.

Definition at line 258 of file MPSolverParameters.java.

◆ PRESOLVE_ON

com.google.ortools.linearsolver.MPSolverParameters.PresolveValues.PRESOLVE_ON =(mainJNI.MPSolverParameters_PRESOLVE_ON_get())

Presolve is on.

Definition at line 262 of file MPSolverParameters.java.


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