NO FRAMES

Group optim.cplex.callable.accessqcpresults

The routines in the ILOG CPLEX Callable Library to access QCP or SOCP results.
Function Summary
CPXgetqconstrinfeas
CPXgetqconstrslack
CPXgetxqxax

Solution query routines are used to access information about the results of applying an optimization method to a quadratically constrained (QCP) problem object or to the special case of second order cone programming (SOCP) problems. For QCP problem objects, you can access the constraint slacks and constraint activity levels, in addition to the information that you can access through routines in the groups optim.cplex.callable.accessmipresults and optim.cplex.callable.accessresults.