| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
The enumeration IloCplex::MIPEmphasisType lists the values
that the MIP emphasis parameter IloCplex::MIPEmphasis
can assume in an instance of IloCplex for
use when it is solving MIP problems. Use these values with the method
IloCplex::setParam(IloCplex::MIPEmphasis, value)
when you set MIP emphasis.
With the default setting of IloCplex::MIPEmphasisBalance,
IloCplex tries to compute the branch-and-cut algorithm in
such a way as to find a proven optimal solution quickly. For a discussion
about various settings, refer to the CPLEX User's Manual.
See the CPLEX Parameters Reference Manual and the information about the MIP emphasis parameter. Also see the CPLEX User's Manual for examples of the use of these values.
See Also:
| Fields |
|---|
MIPEmphasisBalanced = CPX_MIPEMPHASIS_BALANCED | |
MIPEmphasisOptimality = CPX_MIPEMPHASIS_OPTIMALITY | |
MIPEmphasisFeasibility = CPX_MIPEMPHASIS_FEASIBILITY | |
MIPEmphasisBestBound = CPX_MIPEMPHASIS_BESTBOUND | |
MIPEmphasisHiddenFeas = CPX_MIPEMPHASIS_HIDDENFEAS MIPEmphasisHeuristic = CPX_MIPEMPHASIS_HEURISTIC |