Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to the columns of the specified LP matrix.
Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to the columns of the specified LP matrix.
public virtual void GetObjSA(double[],double[],ILPMatrix);
Computes and returns sensitivity analysis for objective coefficients of the variables corresponding to a range of num
consecutive columns of the specified LP matrix.
public virtual void GetObjSA(double[],double[],ILPMatrix,int,int);
Computes and returns sensitivity analysis for objective coefficients for an array of variables.
public virtual void GetObjSA(double[],double[],INumVar[]);
Computes and returns sensitivity analysis for objective coefficients for num
consecutive variables, starting at the index specified by start
.
public virtual void GetObjSA(double[],double[],INumVar[],int,int);