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.TunerMethodLPQUICKstatic XPRSenumerations.TunerMethodMIPCOMPREHENSIVEstatic 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 value-
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
-
-
Method Detail
-
fromValue
public static XPRSenumerations.TunerMethod fromValue(int val)
Get enumeration entry from numeric value
-
-
