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

Method postprocess_solution

interfaces/AMPL/AMPLModel.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 }
289
290 void AMPLModel::postprocess_solution(Iterate& /*iterate*/) const {
291 // do nothing
292 }
293
294 void AMPLModel::write_solution_to_file(Result& result) const {
295 // write the primal-dual solution and status into a *.sol file

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected