Initializing help system before first use

XPRMgetact

XPRMgetact


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