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

Method postprocess_solution

uno/model/HomogeneousEqualityConstrainedModel.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void HomogeneousEqualityConstrainedModel::postprocess_solution(Iterate& iterate) const {
195 // discard the slacks
196 iterate.number_variables = this->model.number_variables;
197 this->model.postprocess_solution(iterate);
198 }
199
200 size_t HomogeneousEqualityConstrainedModel::number_jacobian_nonzeros() const {
201 return this->model.number_jacobian_nonzeros() + this->slacks.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected