Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
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()) | |
Enumeration of parameters that take continuous values.
Definition at line 137 of file MPSolverParameters.java.
|
static |
Definition at line 158 of file MPSolverParameters.java.
final int com.google.ortools.linearsolver.MPSolverParameters.DoubleParam.swigValue | ( | ) |
Definition at line 154 of file MPSolverParameters.java.
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.
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.
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.