|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ilog.cplex.IloCplex.MIPEmphasis
Enumeration of possible values for the
IloCplex.IntParam.MIPEmphasis parameter.
Use these values with the method
setParam(IloCplex.IntParam.MIPEmphasis, value).
| Field Summary | |
static int |
Balanced
Balance optimality and feasibility. |
static int |
BestBound
Emphasize moving best bound. |
static int |
Feasibility
Feasibility over optimality. |
static int |
HiddenFeas
Emphasize finding hidden feasible solutions. |
static int |
Optimality
Optimality over feasibility. |
| Constructor Summary | |
IloCplex.MIPEmphasis()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int Balanced
public static final int Feasibility
public static final int Optimality
public static final int BestBound
public static final int HiddenFeas
| Constructor Detail |
public IloCplex.MIPEmphasis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||