Java Reference
Java Reference
Classes |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
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()
|
inlinestatic |
Definition at line 146 of file MPSolverParameters.java.
◆ 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: