public static enum MPSolverParameters.IncrementalityValues extends java.lang.Enum<MPSolverParameters.IncrementalityValues>
Enum Constant and Description |
---|
INCREMENTALITY_OFF
Start solve from scratch.
|
INCREMENTALITY_ON
Reuse results from previous solve as much as the underlying solver
allows. |
Modifier and Type | Method and Description |
---|---|
static MPSolverParameters.IncrementalityValues |
swigToEnum(int swigValue) |
int |
swigValue() |
static MPSolverParameters.IncrementalityValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MPSolverParameters.IncrementalityValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPSolverParameters.IncrementalityValues INCREMENTALITY_OFF
public static final MPSolverParameters.IncrementalityValues INCREMENTALITY_ON
public static MPSolverParameters.IncrementalityValues[] values()
for (MPSolverParameters.IncrementalityValues c : MPSolverParameters.IncrementalityValues.values()) System.out.println(c);
public static MPSolverParameters.IncrementalityValues 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.IncrementalityValues swigToEnum(int swigValue)
Copyright © 2025. All rights reserved.