| 337 | } |
| 338 | |
| 339 | size_t AMPLModel::number_model_objective_evaluations() const { |
| 340 | return this->number_model_evaluations.objective; |
| 341 | } |
| 342 | |
| 343 | size_t AMPLModel::number_model_constraints_evaluations() const { |
| 344 | return this->number_model_evaluations.constraints; |
nothing calls this directly
no outgoing calls
no test coverage detected