| Overview | Group | Index | Concepts | 
| 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.