MCPcopy Create free account
hub / github.com/cvanaret/Uno / number_model_objective_evaluations

Method number_model_objective_evaluations

interfaces/AMPL/AMPLModel.cpp:339–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected