public static enum DecompSubprobMILP.PRESOLVER extends java.lang.Enum<DecompSubprobMILP.PRESOLVER> implements CASActionOptions.EnumValue
Enum Constant and Description |
---|
AGGRESSIVE |
AUTOMATIC |
BASIC |
MODERATE |
NONE |
Modifier and Type | Method and Description |
---|---|
static DecompSubprobMILP.PRESOLVER |
getByValue(java.lang.String value) |
java.lang.String |
getValue() |
static DecompSubprobMILP.PRESOLVER |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DecompSubprobMILP.PRESOLVER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DecompSubprobMILP.PRESOLVER AGGRESSIVE
public static final DecompSubprobMILP.PRESOLVER AUTOMATIC
public static final DecompSubprobMILP.PRESOLVER BASIC
public static final DecompSubprobMILP.PRESOLVER MODERATE
public static final DecompSubprobMILP.PRESOLVER NONE
public static DecompSubprobMILP.PRESOLVER[] values()
for (DecompSubprobMILP.PRESOLVER c : DecompSubprobMILP.PRESOLVER.values()) System.out.println(c);
public static DecompSubprobMILP.PRESOLVER 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 java.lang.String getValue()
getValue
in interface CASActionOptions.EnumValue
public static DecompSubprobMILP.PRESOLVER getByValue(java.lang.String value)