Initializing help system before first use

getrcost

getrcost


Purpose
Get the reduced cost value of a variable.
Synopsis
double getrcost(XPRMcontext ctx, XPRMmpvar var);
Arguments
ctx 
Mosel's execution context
var 
Reference to a decision variable
Return value
Reduced cost value or 0.
Further information
This function returns the reduced cost value of a given variable if the problem has been solved successfully (otherwise 0).
Related topics