Retrieve an upper bound for the objective handle.
()
| 123 | * Retrieve an upper bound for the objective handle. |
| 124 | **/ |
| 125 | public Expr<R> getUpper() |
| 126 | { |
| 127 | return opt.GetUpper(handle); |
| 128 | } |
| 129 | |
| 130 | /** |
| 131 | * @return a triple representing the upper bound of the objective handle. |