Initializing help system before first use

XSLPcascadeorder, XPRSslpcascadeorder

Purpose
Establish a re-calculation sequence for SLP variables with determining rows.
Topic areas
Synopsis
int XPRS_CC XSLPcascadeorder(XSLPprob prob);
Argument
prob 
The current SLP problem.
Example
Assuming that all variables are SLP variables, the following example sets default values for the variables, creates the re-calculation order and then calls XSLPcascade to calculate consistent values for the dependent variables.
int ColNum;
for (ColNum=1;ColNum<=nCol;ColNum++)
  XSLPchgvar(prob, ColNum, NULL, NULL, NULL, NULL,
             NULL, NULL, &DefaultValue[ColNum], NULL, NULL, NULL,
             NULL);
XSLPcascadeorder(prob);
XSLPcascade(prob);

Further information

XSLPcascadeorder is called automatically at the start of the SLP iteration process and so it is not normally necessary to perform an explicit cascade ordering.


Related topics

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.