XPRSenumerations.PresolveOperations
- java.lang.Object
-
- com.dashoptimization.XPRSenumerations.EnumerationEntry
-
- com.dashoptimization.XPRSenumerations.PresolveOperations
-
- Enclosing interface:
- XPRSenumerations
public static final class XPRSenumerations.PresolveOperations extends XPRSenumerations.EnumerationEntry
An enumeration of 'PRESOLVEOPS' - all instances of this enumeration will be drawn from the constant objects defined in this class.
-
-
Field Summary
-
Method Summary
Modifier and Type Method and Description static XPRSenumerations.PresolveOperations
fromValue(int val)
Get enumeration entry from numeric value-
Methods inherited from class com.dashoptimization.XPRSenumerations.EnumerationEntry
equals, getName, getValue, toString
-
-
-
-
Field Detail
-
SINGLETONCOLUMNREMOVAL
public static final XPRSenumerations.PresolveOperations SINGLETONCOLUMNREMOVAL
-
SINGLETONROWREMOVAL
public static final XPRSenumerations.PresolveOperations SINGLETONROWREMOVAL
-
FORCINGROWREMOVAL
public static final XPRSenumerations.PresolveOperations FORCINGROWREMOVAL
-
DUALREDUCTIONS
public static final XPRSenumerations.PresolveOperations DUALREDUCTIONS
-
REDUNDANTROWREMOVAL
public static final XPRSenumerations.PresolveOperations REDUNDANTROWREMOVAL
-
DUPLICATECOLUMNREMOVAL
public static final XPRSenumerations.PresolveOperations DUPLICATECOLUMNREMOVAL
-
DUPLICATEROWREMOVAL
public static final XPRSenumerations.PresolveOperations DUPLICATEROWREMOVAL
-
STRONGDUALREDUCTIONS
public static final XPRSenumerations.PresolveOperations STRONGDUALREDUCTIONS
-
VARIABLEELIMINATIONS
public static final XPRSenumerations.PresolveOperations VARIABLEELIMINATIONS
-
NOIPREDUCTIONS
public static final XPRSenumerations.PresolveOperations NOIPREDUCTIONS
-
NOGLOBALDOMAINCHANGE
public static final XPRSenumerations.PresolveOperations NOGLOBALDOMAINCHANGE
-
NOADVANCEDIPREDUCTIONS
public static final XPRSenumerations.PresolveOperations NOADVANCEDIPREDUCTIONS
-
LINEARLYDEPENDANTROWREMOVAL
public static final XPRSenumerations.PresolveOperations LINEARLYDEPENDANTROWREMOVAL
-
NOINTEGERVARIABLEANDSOSDETECTION
public static final XPRSenumerations.PresolveOperations NOINTEGERVARIABLEANDSOSDETECTION
-
-
Method Detail
-
fromValue
public static XPRSenumerations.PresolveOperations fromValue(int val)
Get enumeration entry from numeric value
-
-