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

Method postprocess_solution

interfaces/C/Uno_C_API.cpp:293–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 }
292
293 void postprocess_solution(Iterate& /*iterate*/) const override {
294 // do nothing
295 }
296
297 [[nodiscard]] size_t number_jacobian_nonzeros() const override {
298 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