public static enum MPSolverParameters.IntegerParam extends java.lang.Enum<MPSolverParameters.IntegerParam>
Enum Constant and Description |
---|
INCREMENTALITY
Advanced usage: incrementality from one solve to the next.
|
LP_ALGORITHM
Algorithm to solve linear programs.
|
PRESOLVE
Advanced usage: presolve mode.
|
SCALING
Advanced usage: enable or disable matrix scaling.
|
Modifier and Type | Method and Description |
---|---|
static MPSolverParameters.IntegerParam |
swigToEnum(int swigValue) |
int |
swigValue() |
static MPSolverParameters.IntegerParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolverParameters.IntegerParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPSolverParameters.IntegerParam PRESOLVE
public static final MPSolverParameters.IntegerParam LP_ALGORITHM
public static final MPSolverParameters.IntegerParam INCREMENTALITY
public static final MPSolverParameters.IntegerParam SCALING
public static MPSolverParameters.IntegerParam[] values()
for (MPSolverParameters.IntegerParam c : MPSolverParameters.IntegerParam.values()) System.out.println(c);
public static MPSolverParameters.IntegerParam 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.IntegerParam swigToEnum(int swigValue)
Copyright © 2025. All rights reserved.