XSLPdelcoefs
XSLPdelcoefs |
Purpose
Delete coefficients from the current problem. For a simpler version of this function see
XSLPdelformulas.
Synopsis
int XPRS_CC XSLPdelcoefs(XSLPprob Prob, in nSLPCoef, int *RowIndex, int *ColIndex);
Arguments
Prob
|
The current SLP problem.
|
nSLPCoef
|
Number of SLP coefficients to delete.
|
RowIndex
|
Row indices of the SLP coefficients to delete.
|
ColIndex
|
Column indices of the SLP coefficients to delete.
|
Related topics
XSLPgetformulatext,
XSLPaddformulas,
XSLPchgformulatext,
XSLPchgformula,
XSLPloadformulas,
XSLPgetformularows,
XSLPgetformula,
XSLPdelformulas