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

Method postprocess_iterate

uno/optimization/OptimizationProblem.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void OptimizationProblem::postprocess_iterate(Iterate& /*iterate*/) const {
48 // do nothing
49 }
50
51 size_t OptimizationProblem::number_jacobian_nonzeros() const {
52 return this->model.number_jacobian_nonzeros();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected