ILOG CPLEX .NET Reference Manual

Cplex.HeuristicCallback.SetBounds Method

Changes the upper and lower bounds of variable var.

Overload List

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

See Also

Cplex.HeuristicCallback Class | ILOG.CPLEX Namespace