Java Reference

Java Reference

MPSolverParameters.DoubleParam Enum Reference

Detailed Description

Enumeration of parameters that take continuous values.

Definition at line 125 of file MPSolverParameters.java.

Public Member Functions

final int swigValue ()
 

Static Public Member Functions

static DoubleParam swigToEnum (int swigValue)
 

Public Attributes

 RELATIVE_MIP_GAP =(main_research_linear_solverJNI.MPSolverParameters_RELATIVE_MIP_GAP_get())
 Limit for relative MIP gap. More...
 
 PRIMAL_TOLERANCE =(main_research_linear_solverJNI.MPSolverParameters_PRIMAL_TOLERANCE_get())
 Advanced usage: tolerance for primal feasibility of basic solutions. More...
 
 DUAL_TOLERANCE =(main_research_linear_solverJNI.MPSolverParameters_DUAL_TOLERANCE_get())
 Advanced usage: tolerance for dual feasibility of basic solutions. More...
 

Member Function Documentation

◆ swigToEnum()

static DoubleParam swigToEnum ( int  swigValue)
inlinestatic

Definition at line 146 of file MPSolverParameters.java.

◆ swigValue()

final int swigValue ( )
inline

Definition at line 142 of file MPSolverParameters.java.

Member Data Documentation

◆ DUAL_TOLERANCE

DUAL_TOLERANCE =(main_research_linear_solverJNI.MPSolverParameters_DUAL_TOLERANCE_get())

Advanced usage: tolerance for dual feasibility of basic solutions.

Definition at line 140 of file MPSolverParameters.java.

◆ PRIMAL_TOLERANCE

PRIMAL_TOLERANCE =(main_research_linear_solverJNI.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 136 of file MPSolverParameters.java.

◆ RELATIVE_MIP_GAP

RELATIVE_MIP_GAP =(main_research_linear_solverJNI.MPSolverParameters_RELATIVE_MIP_GAP_get())

Limit for relative MIP gap.

Definition at line 129 of file MPSolverParameters.java.


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