Initializing help system before first use

XPRMgetcsol

XPRMgetcsol


Purpose
Get the solution value of a linear constraint.
Synopsis
double XPRMgetcsol(XPRMmodel model, XPRMlinctr ctr);
Arguments
model 
Reference to a model
ctr 
Reference to a linear constraint
Return value
Solution value.
Further information
This function returns the evaluation of the given contraint using the current solution (this corresponds to the Mosel getsol function applied to a linear constraint).
Related topics