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