| 33 | } |
| 34 | |
| 35 | bool OptimizationProblem::has_inequality_constraints() const { |
| 36 | return this->model.has_inequality_constraints(); |
| 37 | } |
| 38 | |
| 39 | bool OptimizationProblem::has_bound_constraints() const { |
| 40 | return this->model.has_bound_constraints(); |
nothing calls this directly
no outgoing calls
no test coverage detected