XPRSenumerations.TunerMethod
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.TunerMethod
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.TunerMethod extends XPRSenumerations.EnumerationEntry
An enumeration of 'TUNERMETHOD' - 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.TunerMethodAUTOMATICstatic XPRSenumerations.TunerMethodLPNUMERICSstatic XPRSenumerations.TunerMethodLPQUICKstatic XPRSenumerations.TunerMethodMIPCOMPREHENSIVEstatic XPRSenumerations.TunerMethodMIPHEURISTICSstatic XPRSenumerations.TunerMethodMIPQUICKstatic XPRSenumerations.TunerMethodMIPROOTFOCUSstatic XPRSenumerations.TunerMethodMIPSIMPLEstatic XPRSenumerations.TunerMethodMIPTREEFOCUSstatic XPRSenumerations.TunerMethodMISLPQUICKstatic XPRSenumerations.TunerMethodSLPQUICK
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.TunerMethodfromValue(int val)Get enumeration entry from numeric valuestatic XPRSenumerations.TunerMethod[]fromValues(int[] vals)Get enumeration entries from numeric valuesstatic int[]getValues(XPRSenumerations.TunerMethod[] 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.TunerMethod AUTOMATIC
-
LPQUICK
public static final XPRSenumerations.TunerMethod LPQUICK
-
MIPQUICK
public static final XPRSenumerations.TunerMethod MIPQUICK
-
MIPCOMPREHENSIVE
public static final XPRSenumerations.TunerMethod MIPCOMPREHENSIVE
-
MIPROOTFOCUS
public static final XPRSenumerations.TunerMethod MIPROOTFOCUS
-
MIPTREEFOCUS
public static final XPRSenumerations.TunerMethod MIPTREEFOCUS
-
MIPSIMPLE
public static final XPRSenumerations.TunerMethod MIPSIMPLE
-
SLPQUICK
public static final XPRSenumerations.TunerMethod SLPQUICK
-
MISLPQUICK
public static final XPRSenumerations.TunerMethod MISLPQUICK
-
MIPHEURISTICS
public static final XPRSenumerations.TunerMethod MIPHEURISTICS
-
LPNUMERICS
public static final XPRSenumerations.TunerMethod LPNUMERICS
-
-
Method Detail
-
fromValue
public static XPRSenumerations.TunerMethod fromValue(int val)
Get enumeration entry from numeric value
-
fromValues
public static XPRSenumerations.TunerMethod[] fromValues(int[] vals)
Get enumeration entries from numeric values
-
getValues
public static int[] getValues(XPRSenumerations.TunerMethod[] entries)
Get numeric values from enumeration entries
-
-
