public static enum MPSolverParameters.PresolveValues extends java.lang.Enum<MPSolverParameters.PresolveValues>
Enum Constant and Description |
---|
PRESOLVE_OFF
Presolve is off.
|
PRESOLVE_ON
Presolve is on.
|
Modifier and Type | Method and Description |
---|---|
static MPSolverParameters.PresolveValues |
swigToEnum(int swigValue) |
int |
swigValue() |
static MPSolverParameters.PresolveValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolverParameters.PresolveValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPSolverParameters.PresolveValues PRESOLVE_OFF
public static final MPSolverParameters.PresolveValues PRESOLVE_ON
public static MPSolverParameters.PresolveValues[] values()
for (MPSolverParameters.PresolveValues c : MPSolverParameters.PresolveValues.values()) System.out.println(c);
public static MPSolverParameters.PresolveValues 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.PresolveValues swigToEnum(int swigValue)
Copyright © 2025. All rights reserved.