XPRSenumerations.CrossoverDynamicReduction
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.CrossoverDynamicReduction
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.CrossoverDynamicReduction extends XPRSenumerations.EnumerationEntry
An enumeration of 'CROSSOVERDRP' - all instances of this enumeration will be drawn from the constant objects defined in this class.
-
-
Field Summary
Modifier and Type Field and Description static XPRSenumerations.CrossoverDynamicReduction
AGGRESSIVE_BEFORE_CROSSOVER
static XPRSenumerations.CrossoverDynamicReduction
BEFORE_CROSSOVER
static XPRSenumerations.CrossoverDynamicReduction
INSIDE_CROSSOVER
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.CrossoverDynamicReduction
fromValue(int val)
Get enumeration entry from numeric value-
Methods inherited from class com.dashoptimization.XPRSenumerations.EnumerationEntry
equals, getName, getValue, toString
-
-
-
-
Field Detail
-
BEFORE_CROSSOVER
public static final XPRSenumerations.CrossoverDynamicReduction BEFORE_CROSSOVER
-
INSIDE_CROSSOVER
public static final XPRSenumerations.CrossoverDynamicReduction INSIDE_CROSSOVER
-
AGGRESSIVE_BEFORE_CROSSOVER
public static final XPRSenumerations.CrossoverDynamicReduction AGGRESSIVE_BEFORE_CROSSOVER
-
-
Method Detail
-
fromValue
public static XPRSenumerations.CrossoverDynamicReduction fromValue(int val)
Get enumeration entry from numeric value
-
-