Initializing help system before first use

XSLPdelcoefs

XSLPdelcoefs


Purpose
Delete coefficients from the current problem
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