ILOG CPLEX .NET Reference Manual

Cplex.GetBoundSA Method

Computes and returns sensitivity analysis for the bounds of all variables in the specified LP matrix.

Overload List

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

See Also

Cplex Class | ILOG.CPLEX Namespace