Overview | Group | Tree | Graph | Index | Concepts |
The routine CPXgetxqxax
is used to access
quadratic constraint activity levels for a range of
quadratic constraints in a quadratically constrained program (QCP).
The beginning and end of the range must be specified.
Quadratic constraint activity is the sum of the linear and quadratic terms of the constraint evaluated with the values of the structural variables in the problem.
env | A pointer to the CPLEX environment as returned by |
lp | A pointer to a CPLEX problem object as returned by |
xqxax | An array to receive the values of the quadratic constraint activity levels for each of the constraints in the specified range. The array must be of length at least ( |
begin | An integer indicating the beginning of the range of quadratic constraint activities to be returned. |
end | An integer indicating the end of the range of quadratic constraint activities to be returned. |