Skip to main content
FRAMES NO FRAMES

Enumeration OptimalityTargetType

Definition file: ilcplex/ilocplexi.h

The enumeration IloCplex::OptimalityTargetType lists the values that the solution target parameter IloCplex::OptimalityTarget can assume in an instance of IloCplex. Use these values with the method IloCplex::setParam(IloCplex::OptimalityTarget, value) when you set solution target.

With the default setting of IloCplex::OptimalityTarget, IloCplex tries to compute an optimal solution of a convex problem. For a discussion about various settings, refer to the CPLEX User's Manual.

See the CPLEX Parameters Reference Manual for information about these parameters. Also see the CPLEX User's Manual for examples of their use.

See Also:

Fields

OptimalityAuto = CPX_OPTIMALITYTARGET_AUTO 
OptimalityOptimalConvex = CPX_OPTIMALITYTARGET_OPTIMALCONVEX 
OptimalityFirstOrder = CPX_OPTIMALITYTARGET_FIRSTORDER 
OptimalityOptimalGlobal = CPX_OPTIMALITYTARGET_OPTIMALGLOBAL