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