Initializing help system before first use

XSLPcalcslacks

XSLPcalcslacks


Purpose
Calculate the slack values for the provided solution in the non-linear problem
Synopsis
int XPRS_CC XSLPcalcslacks(XSLPprob Prob, const double * dSol, double * Slacks);
Arguments
Prob 
The current SLP problem.
dSol 
The solution for which the slacks are requested for.
Slacks 
Vector of length NROWS to return the slack in.
Related topics