Computes and returns sensitivity analysis for the bounds of all variables in the specified LP matrix.
Computes and returns sensitivity analysis for the bounds of all variables in the specified LP matrix.
public virtual void GetBoundSA(double[],double[],double[],double[],ILPMatrix);
Computes and returns sensitivity analysis for the bounds of num
consecutive variables, starting from the index specified by start
, in the specified LP matrix.
public virtual void GetBoundSA(double[],double[],double[],double[],ILPMatrix,int,int);
Computes and returns sensitivity analysis for the bounds of the variables in the array vars
.
public virtual void GetBoundSA(double[],double[],double[],double[],INumVar[]);
Computes and returns sensitivity analysis for the bounds of the num
consecutive variables, starting from the index specified by start
, in the array var
.
public virtual void GetBoundSA(double[],double[],double[],double[],INumVar[],int,int);