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

Function Highs_writePresolvedModel

highs/interfaces/highs_c_api.cpp:234–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234HighsInt Highs_writePresolvedModel(void* highs, const char* filename) {
235 return (HighsInt)((Highs*)highs)->writePresolvedModel(std::string(filename));
236}
237
238HighsInt Highs_writeSolution(const void* highs, const char* filename) {
239 return (HighsInt)((Highs*)highs)

Callers 1

testNamesFunction · 0.85

Calls 1

writePresolvedModelMethod · 0.45

Tested by 1

testNamesFunction · 0.68