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

Method number_model_hessian_evaluations

interfaces/AMPL/AMPLModel.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 }
354
355 size_t AMPLModel::number_model_hessian_evaluations() const {
356 return this->number_model_evaluations.hessian;
357 }
358
359 void AMPLModel::reset_number_evaluations() const {
360 this->number_model_evaluations.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected