Retrieve an upper bound for the objective handle.
(int index)
| 305 | * Retrieve an upper bound for the objective handle. |
| 306 | **/ |
| 307 | private <R extends Sort> Expr<R> GetUpper(int index) |
| 308 | { |
| 309 | return (Expr<R>) Expr.create(getContext(), Native.optimizeGetUpper(getContext().nCtx(), getNativeObject(), index)); |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * @return Triple representing the upper bound for the objective handle. |
no test coverage detected