public static enum ILPMinerSettings.SolverType extends java.lang.Enum<ILPMinerSettings.SolverType>
| Enum Constant and Description |
|---|
CPLEX |
JAVAILP_CPLEX |
JAVAILP_LPSOLVE |
| Modifier and Type | Method and Description |
|---|---|
static ILPMinerSettings.SolverType |
fromInt(int ordinal) |
static ILPMinerSettings.SolverType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILPMinerSettings.SolverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILPMinerSettings.SolverType CPLEX
public static final ILPMinerSettings.SolverType JAVAILP_CPLEX
public static final ILPMinerSettings.SolverType JAVAILP_LPSOLVE
public static ILPMinerSettings.SolverType[] values()
for (ILPMinerSettings.SolverType c : ILPMinerSettings.SolverType.values()) System.out.println(c);
public static ILPMinerSettings.SolverType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ILPMinerSettings.SolverType fromInt(int ordinal)