ILOG CPLEX .NET Reference Manual

Cplex.Goal.GetSlacks Method

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

Overload List

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

protected double[] GetSlacks(IRange[]);

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

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

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace