public static enum MPSolverParameters.DoubleParam extends java.lang.Enum<MPSolverParameters.DoubleParam>
Enum Constant and Description |
---|
DUAL_TOLERANCE
Advanced usage: tolerance for dual feasibility of basic solutions.
|
PRIMAL_TOLERANCE
Advanced usage: tolerance for primal feasibility of basic solutions.
|
RELATIVE_MIP_GAP
Limit for relative MIP gap.
|
Modifier and Type | Method and Description |
---|---|
static MPSolverParameters.DoubleParam |
swigToEnum(int swigValue) |
int |
swigValue() |
static MPSolverParameters.DoubleParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolverParameters.DoubleParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPSolverParameters.DoubleParam RELATIVE_MIP_GAP
public static final MPSolverParameters.DoubleParam PRIMAL_TOLERANCE
public static final MPSolverParameters.DoubleParam DUAL_TOLERANCE
public static MPSolverParameters.DoubleParam[] values()
for (MPSolverParameters.DoubleParam c : MPSolverParameters.DoubleParam.values()) System.out.println(c);
public static MPSolverParameters.DoubleParam valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static MPSolverParameters.DoubleParam swigToEnum(int swigValue)
Copyright © 2025. All rights reserved.