getcsol
getcsol |
Purpose
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