XPRSenumerations.Presolve
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.Presolve
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.Presolve extends XPRSenumerations.EnumerationEntry
An enumeration of 'PRESOLVE' - 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.Presolve
DEFAULT
static XPRSenumerations.Presolve
KEEPREDUNDANTBOUNDS
static XPRSenumerations.Presolve
NONE
static XPRSenumerations.Presolve
NOPRIMALINFEASIBILITY
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.Presolve
fromValue(int val)
Get enumeration entry from numeric value-
Methods inherited from class com.dashoptimization.XPRSenumerations.EnumerationEntry
equals, getName, getValue, toString
-
-
-
-
Field Detail
-
NOPRIMALINFEASIBILITY
public static final XPRSenumerations.Presolve NOPRIMALINFEASIBILITY
-
NONE
public static final XPRSenumerations.Presolve NONE
-
DEFAULT
public static final XPRSenumerations.Presolve DEFAULT
-
KEEPREDUNDANTBOUNDS
public static final XPRSenumerations.Presolve KEEPREDUNDANTBOUNDS
-
-
Method Detail
-
fromValue
public static XPRSenumerations.Presolve fromValue(int val)
Get enumeration entry from numeric value
-
-