gurobi
Enum GRB.DoubleParam
java.lang.Object
java.lang.Enum<GRB.DoubleParam>
gurobi.GRB.DoubleParam
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<GRB.DoubleParam>
- Enclosing class:
- GRB
public static enum GRB.DoubleParam
- extends java.lang.Enum<GRB.DoubleParam>
Method Summary |
static GRB.DoubleParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GRB.DoubleParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Cutoff
public static final GRB.DoubleParam Cutoff
IterationLimit
public static final GRB.DoubleParam IterationLimit
NodeLimit
public static final GRB.DoubleParam NodeLimit
TimeLimit
public static final GRB.DoubleParam TimeLimit
FeasibilityTol
public static final GRB.DoubleParam FeasibilityTol
IntFeasTol
public static final GRB.DoubleParam IntFeasTol
MarkowitzTol
public static final GRB.DoubleParam MarkowitzTol
MIPGap
public static final GRB.DoubleParam MIPGap
MIPGapAbs
public static final GRB.DoubleParam MIPGapAbs
OptimalityTol
public static final GRB.DoubleParam OptimalityTol
PerturbValue
public static final GRB.DoubleParam PerturbValue
Heuristics
public static final GRB.DoubleParam Heuristics
ObjScale
public static final GRB.DoubleParam ObjScale
NodefileStart
public static final GRB.DoubleParam NodefileStart
BarConvTol
public static final GRB.DoubleParam BarConvTol
BarQCPConvTol
public static final GRB.DoubleParam BarQCPConvTol
PSDTol
public static final GRB.DoubleParam PSDTol
ImproveStartGap
public static final GRB.DoubleParam ImproveStartGap
ImproveStartNodes
public static final GRB.DoubleParam ImproveStartNodes
ImproveStartTime
public static final GRB.DoubleParam ImproveStartTime
FeasRelaxBigM
public static final GRB.DoubleParam FeasRelaxBigM
TuneTimeLimit
public static final GRB.DoubleParam TuneTimeLimit
PreSOS1BigM
public static final GRB.DoubleParam PreSOS1BigM
PreSOS2BigM
public static final GRB.DoubleParam PreSOS2BigM
PoolGap
public static final GRB.DoubleParam PoolGap
BestObjStop
public static final GRB.DoubleParam BestObjStop
BestBdStop
public static final GRB.DoubleParam BestBdStop
CSQueueTimeout
public static final GRB.DoubleParam CSQueueTimeout
values
public static GRB.DoubleParam[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (GRB.DoubleParam c : GRB.DoubleParam.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static GRB.DoubleParam valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null