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

Function highs_postsolve

highspy/highs_bindings.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182HighsStatus highs_postsolve(Highs* h, const HighsSolution& solution,
183 const HighsBasis& basis) {
184 return h->postsolve(solution, basis);
185}
186
187HighsStatus highs_mipPostsolve(Highs* h, const HighsSolution& solution) {
188 return h->postsolve(solution);

Callers

nothing calls this directly

Calls 1

postsolveMethod · 0.80

Tested by

no test coverage detected