XPRSenumerations.PresolveDomRow
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.PresolveDomRow
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.PresolveDomRow extends XPRSenumerations.EnumerationEntry
An enumeration of 'PREDOMROW' - 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.PresolveDomRow
AGGRESSIVE
static XPRSenumerations.PresolveDomRow
AUTOMATIC
static XPRSenumerations.PresolveDomRow
CAUTIOUS
static XPRSenumerations.PresolveDomRow
DISABLED
static XPRSenumerations.PresolveDomRow
MEDIUM
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.PresolveDomRow
fromValue(int val)
Get enumeration entry from numeric valuestatic XPRSenumerations.PresolveDomRow[]
fromValues(int[] vals)
Get enumeration entries from numeric valuesstatic int[]
getValues(XPRSenumerations.PresolveDomRow[] entries)
Get numeric values from enumeration entries-
Methods inherited from class com.dashoptimization.XPRSenumerations.EnumerationEntry
equals, getName, getValue, toString
-
-
-
-
Field Detail
-
AUTOMATIC
public static final XPRSenumerations.PresolveDomRow AUTOMATIC
-
DISABLED
public static final XPRSenumerations.PresolveDomRow DISABLED
-
CAUTIOUS
public static final XPRSenumerations.PresolveDomRow CAUTIOUS
-
MEDIUM
public static final XPRSenumerations.PresolveDomRow MEDIUM
-
AGGRESSIVE
public static final XPRSenumerations.PresolveDomRow AGGRESSIVE
-
-
Method Detail
-
fromValue
public static XPRSenumerations.PresolveDomRow fromValue(int val)
Get enumeration entry from numeric value
-
fromValues
public static XPRSenumerations.PresolveDomRow[] fromValues(int[] vals)
Get enumeration entries from numeric values
-
getValues
public static int[] getValues(XPRSenumerations.PresolveDomRow[] entries)
Get numeric values from enumeration entries
-
-