Initializing help system before first use

XPRSdelqmatrix

XPRSdelqmatrix


Purpose
Deletes the quadratic part of a row or of the objective function.
Synopsis
int XPRS_CC XPRSdelqmatrix(XPRSprob prob, int row);
Arguments
prob 
The current problem.
row 
Index of row from which the quadratic part is to be deleted.
Further information
If a row index of -1 is used, the function deletes the quadratic coefficients from the objective function.
Related topics