| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
The enumeration IloCplex::MultiObjNumInfo lists types of
solution information of type IloNum that can be retrieved
about the solution of a subproblem solved during multiobjective
optimization. This information can be queried for each priority
level with method
IloCplex::getMultiObjInfo.
See the documentation of multiobjective optimization in the Callable Library Reference Manual for more information about these values. Also see the CPLEX User's Manual for examples of their use.
See Also:
| Fields |
|---|
MultiObjTime = CPX_MULTIOBJ_TIME | |
MultiObjDetTime = CPX_MULTIOBJ_DETTIME | |
MultiObjObjValue = CPX_MULTIOBJ_OBJVAL | |
MultiObjBestObjValue = CPX_MULTIOBJ_BESTOBJVAL |