Initializing help system before first use

XPRMgetslack

XPRMgetslack


Purpose
Get the slack value of a linear constraint.
Synopsis
double XPRMgetslack(XPRMmodel model, XPRMlinctr ctr);
Arguments
model 
Reference to a model
ctr 
Reference to a linear constraint
Return value
Slack value or 0.
Further information
This function returns the slack value of a given linear constraint if the problem has been solved successfully (otherwise 0).
Related topics