ILOG CPLEX .NET Reference Manual

Cplex.ControlCallback.GetUBs Method

Returns the current upper bounds for an array of variables.

Overload List

Returns the current upper bounds for an array of variables.

protected virtual double[] GetUBs(INumVar[]);

Returns the current upper bounds for a set of variables.

protected virtual double[] GetUBs(INumVar[],int,int);

See Also

Cplex.ControlCallback Class | ILOG.CPLEX Namespace