Returns the current upper bounds for a set of variables.
var
for which to query the current upper bound. var
for which to query the current upper bounds. An array of double values containing the current upper bounds for the specified variables. If the returned array is called ub
, ub[j]
contains the upper bound of variable var[j+start]
at the current node, for j = 0, ..., num-1
.
The bounds may be different from the bounds the variables have in the active model, since branching or bound strengthening may have been applied to them.
Cplex.Goal Class | ILOG.CPLEX Namespace | Cplex.Goal.GetUBs Overload List