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