Returns the slack values for an array of constraints for the proposed incumbent solution.
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);