@return a triple representing the upper bound of the objective handle. See #getUpperAsVector() for triple semantics.
()
| 146 | * <p>See {@link #getUpperAsVector()} for triple semantics. |
| 147 | */ |
| 148 | public Expr<?>[] getLowerAsVector() |
| 149 | { |
| 150 | return opt.GetLowerAsVector(handle); |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Retrieve the value of an objective. |
nothing calls this directly
no test coverage detected