XPRSenumerations.MipPresolve
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.MipPresolve
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.MipPresolve extends XPRSenumerations.EnumerationEntry
An enumeration of 'MIPPRESOLVE' - 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.MipPresolve
ALLOW_CHANGE_BOUNDS
static XPRSenumerations.MipPresolve
ALLOW_TREE_RESTART
static XPRSenumerations.MipPresolve
DUAL_REDUCTIONS
static XPRSenumerations.MipPresolve
GLOBAL_COEFFICIENT_TIGHTENING
static XPRSenumerations.MipPresolve
LOGIC_PREPROCESSING
static XPRSenumerations.MipPresolve
OBJECTIVE_BASED_REDUCTIONS
static XPRSenumerations.MipPresolve
REDUCED_COST_FIXING
static XPRSenumerations.MipPresolve
SYMMETRY_REDUCTIONS
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.MipPresolve
fromValue(int val)
Get enumeration entry from numeric valuestatic XPRSenumerations.MipPresolve[]
fromValues(int[] vals)
Get enumeration entries from numeric valuesstatic int[]
getValues(XPRSenumerations.MipPresolve[] entries)
Get numeric values from enumeration entries-
Methods inherited from class com.dashoptimization.XPRSenumerations.EnumerationEntry
equals, getName, getValue, toString
-
-
-
-
Field Detail
-
REDUCED_COST_FIXING
public static final XPRSenumerations.MipPresolve REDUCED_COST_FIXING
-
LOGIC_PREPROCESSING
public static final XPRSenumerations.MipPresolve LOGIC_PREPROCESSING
-
ALLOW_CHANGE_BOUNDS
public static final XPRSenumerations.MipPresolve ALLOW_CHANGE_BOUNDS
-
DUAL_REDUCTIONS
public static final XPRSenumerations.MipPresolve DUAL_REDUCTIONS
-
GLOBAL_COEFFICIENT_TIGHTENING
public static final XPRSenumerations.MipPresolve GLOBAL_COEFFICIENT_TIGHTENING
-
OBJECTIVE_BASED_REDUCTIONS
public static final XPRSenumerations.MipPresolve OBJECTIVE_BASED_REDUCTIONS
-
ALLOW_TREE_RESTART
public static final XPRSenumerations.MipPresolve ALLOW_TREE_RESTART
-
SYMMETRY_REDUCTIONS
public static final XPRSenumerations.MipPresolve SYMMETRY_REDUCTIONS
-
-
Method Detail
-
fromValue
public static XPRSenumerations.MipPresolve fromValue(int val)
Get enumeration entry from numeric value
-
fromValues
public static XPRSenumerations.MipPresolve[] fromValues(int[] vals)
Get enumeration entries from numeric values
-
getValues
public static int[] getValues(XPRSenumerations.MipPresolve[] entries)
Get numeric values from enumeration entries
-
-