XPRSgetqrows
XPRSgetqrows |
Purpose
Returns the list indices of the rows that have quadratic coefficients.
Synopsis
int XPRS_CC XPRSgetqrows(XPRSprob prob, int * qmn, int qcrows[]);
Arguments
prob
|
The current problem.
|
qmn
|
Used to return the number of quadratic constraints in the matrix.
|
qcrows
|
Array of length
*qmn used to return the indices of rows with quadratic coefficients in them. May be NULL if not required.
|
Related topics
XPRSloadqcqp,
XPRSgetqrowcoeff,
XPRSaddqmatrix,
XPRSchgqrowcoeff,
XPRSgetqrowqmatrix,
XPRSgetqrowqmatrixtriplets,
XPRSchgqobj,
XPRSchgmqobj,
XPRSgetqobj.