ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetSlack Method 

Returns the slack value of a constraint for the solution of the continuous relaxation of the current node.

protected double GetSlack(
   IRange rng
);

Parameters

rng
The constraint whose current slack value is being queried.

Return Value

The slack value of constraint rng for the solution of the continuous relaxation of the current node.

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace