ILOG CPLEX .NET Reference Manual

Cplex.GetRangeSA Method

Computes and returns sensitivity analysis for the constraints corresponding to the rows of the LP matrix matrix.

Overload List

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);

See Also

Cplex Class | ILOG.CPLEX Namespace