ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetSlacks Method

Returns the slack values of an array of constraints for the solution of the current node.

Overload List

Returns the slack values of an array of constraints for the solution of the current node.

protected virtual double[] GetSlacks(IRange[]);

Returns the slack values of a set of constraints for the solution of the current node.

protected virtual double[] GetSlacks(IRange[],int,int);

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace