ILOG CPLEX .NET Reference Manual

Cplex.IncumbentCallback.GetSlacks Method

Returns the slack values for an array of constraints for the proposed incumbent solution.

Overload List

Returns the slack values for an array of constraints for the proposed incumbent solution.

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

Returns the slack values for num consecutive constraints, starting from the index specified by start, in the array rng for the proposed incumbent solution.

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

See Also

Cplex.IncumbentCallback Class | ILOG.CPLEX Namespace