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

Method postprocess_solution

interfaces/Python/cpp_classes/PythonModel.cpp:303–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 }
302
303 void PythonModel::postprocess_solution(Iterate& /*iterate*/) const {
304 // do nothing
305 }
306
307 size_t PythonModel::number_jacobian_nonzeros() const {
308 return static_cast<size_t>(this->user_model.number_jacobian_nonzeros);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected