Initializing help system before first use

getcsol

getcsol


Purpose
Get the solution value of a linear constraint.
Synopsis
double getcsol(XPRMcontext ctx, XPRMlinctr ctr);
Arguments
ctx 
Mosel's execution context
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