ILOG CPLEX .NET Reference Manual

Cplex.Goal.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 double[] GetUBs(INumVar[]);

Returns the current upper bounds for a set of variables.

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

See Also

Cplex.Goal Class | ILOG.CPLEX Namespace