Computes and returns sensitivity analysis for the constraints corresponding to the rows of the LP matrix matrix
.
Computes and returns sensitivity analysis for the constraints corresponding to the rows of the LP matrix matrix
.
public virtual void GetRangeSA(double[],double[],double[],double[],ILPMatrix);
Computes and returns sensitivity analysis for the constraints corresponding to num
rows of the LP matrix matrix
starting with row start
.
public virtual void GetRangeSA(double[],double[],double[],double[],ILPMatrix,int,int);
Computes and returns sensitivity analysis for the bounds of the range constraints in the array rng
.
public virtual void GetRangeSA(double[],double[],double[],double[],IRange[]);
Computes and returns sensitivity analysis for the bounds of num
consecutive range constraints in the array rng
, starting with the index specified by rng[start]
.
public virtual void GetRangeSA(double[],double[],double[],double[],IRange[],int,int);