MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / highs_mipPostsolve

Function highs_mipPostsolve

highspy/highs_bindings.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187HighsStatus highs_mipPostsolve(Highs* h, const HighsSolution& solution) {
188 return h->postsolve(solution);
189}
190
191HighsStatus highs_writeSolution(Highs* h, const std::string& filename,
192 const HighsInt style) {

Callers

nothing calls this directly

Calls 1

postsolveMethod · 0.80

Tested by

no test coverage detected