Computes and returns sensitivity analysis for righthand side (RHS) values of the constraints corresponding to the rows of an LP matrix.
Computes and returns sensitivity analysis for righthand side (RHS) values of the constraints corresponding to the rows of an LP matrix.
public virtual void GetRHSSA(double[],double[],ILPMatrix);
Computes and returns sensitivity analysis for the righthand side (RHS) values of num
constraints, corresponding to a range of rows of an LP matrix, starting from the index specified by start
.
public virtual void GetRHSSA(double[],double[],ILPMatrix,int,int);
Computes and returns sensitivity analysis for the righthand side (RHS) values of a range of constraints.
public virtual void GetRHSSA(double[],double[],IRange[]);
Computes and returns sensitivity analysis for the righthand side (RHS) values of num
constraints, starting from the index specified by start
.
public virtual void GetRHSSA(double[],double[],IRange[],int,int);