Returns slack values for the constraints corresponding to the rows of an LP matrix.
Returns slack values for the constraints corresponding to the rows of an LP matrix.
public virtual double[] GetSlacks(ILPMatrix);
Returns slack values for a range of num
consecutive rows, starting from the index specified by start
, of an LP matrix.
public virtual double[] GetSlacks(ILPMatrix,int,int);
Returns slack values for an array of range constraints.
public virtual double[] GetSlacks(IRange[]);
Returns slack values for num
consecutive constraints, starting from the index specified by start
, from an array rng
.
public virtual double[] GetSlacks(IRange[],int,int);