Initializing help system before first use

XSLPchgcascadenlimit

XSLPchgcascadenlimit


Purpose
Set a variable specific cascade iteration limit
Synopsis
int XPRS_CC XSLPchgcascadenlimit(XSLPprob Prob, int iCol, int CascadeNLimit);
Arguments
Prob 
The current SLP problem.
iCol 
The index of the column corresponding to the SLP variable for which the cascading limit is to be imposed.
CascadeNLimit 
The new cascading iteration limit.
Further information

A value set by this function will overwrite the value of XSLP_CASCADENLIMIT for this variable. To remove any previous value set by this function, use an iteration limit of 0.


Related topics