Changes the upper and lower bounds of variable var
.
Changes the upper and lower bounds of variable var
.
protected virtual void SetBounds(INumVar,double,double);
Changes the upper and lower bounds of variables in the array var
.
protected virtual void SetBounds(INumVar[],double[],double[]);
Changes the upper and lower bounds of the specified variables in the array var
.
protected virtual void SetBounds(INumVar[],double[],double[],int,int);