Initializing help system before first use

XSLPdelcvars

XSLPdelcvars


Purpose
Delete character variables from the current problem
Synopsis
int XPRS_CC XSLPdelcvars(XSLPprob Prob, int nCV, int *CVIndex);
Arguments
Prob 
The current SLP problem.
nCV 
Number of character variables to delete.
CVIndex 
Indices of character variables to delete.
Further information
The character variables to be deleted must not be in use in any formula (e.g. coefficients, initial value formula); use the appropriate deletion or change routines first.
Related topics