Retrieve a lower bound for the objective handle.
()
| 115 | * Retrieve a lower bound for the objective handle. |
| 116 | **/ |
| 117 | public Expr<R> getLower() |
| 118 | { |
| 119 | return opt.GetLower(handle); |
| 120 | } |
| 121 | |
| 122 | /** |
| 123 | * Retrieve an upper bound for the objective handle. |