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

Public Member Functions

final int swigValue ()
 

Static Public Member Functions

static DoubleParam swigToEnum (int swigValue)
 

Public Attributes

 RELATIVE_MIP_GAP =(mainJNI.MPSolverParameters_RELATIVE_MIP_GAP_get())
 
 PRIMAL_TOLERANCE =(mainJNI.MPSolverParameters_PRIMAL_TOLERANCE_get())
 
 DUAL_TOLERANCE =(mainJNI.MPSolverParameters_DUAL_TOLERANCE_get())
 

Detailed Description

Enumeration of parameters that take continuous values.

Definition at line 137 of file MPSolverParameters.java.

Member Function Documentation

◆ swigToEnum()

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

Definition at line 158 of file MPSolverParameters.java.

◆ swigValue()

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

Definition at line 154 of file MPSolverParameters.java.

Member Data Documentation

◆ DUAL_TOLERANCE

com.google.ortools.linearsolver.MPSolverParameters.DoubleParam.DUAL_TOLERANCE =(mainJNI.MPSolverParameters_DUAL_TOLERANCE_get())

Advanced usage: tolerance for dual feasibility of basic solutions.

Definition at line 152 of file MPSolverParameters.java.

◆ PRIMAL_TOLERANCE

com.google.ortools.linearsolver.MPSolverParameters.DoubleParam.PRIMAL_TOLERANCE =(mainJNI.MPSolverParameters_PRIMAL_TOLERANCE_get())

Advanced usage: tolerance for primal feasibility of basic solutions.

This does not control the integer feasibility tolerance of integer
solutions for MIP or the tolerance used during presolve.

Definition at line 148 of file MPSolverParameters.java.

◆ RELATIVE_MIP_GAP

com.google.ortools.linearsolver.MPSolverParameters.DoubleParam.RELATIVE_MIP_GAP =(mainJNI.MPSolverParameters_RELATIVE_MIP_GAP_get())

Limit for relative MIP gap.

Definition at line 141 of file MPSolverParameters.java.


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