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

Function Highs_writeModel

highs/interfaces/highs_c_api.cpp:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230HighsInt Highs_writeModel(void* highs, const char* filename) {
231 return (HighsInt)((Highs*)highs)->writeModel(std::string(filename));
232}
233
234HighsInt Highs_writePresolvedModel(void* highs, const char* filename) {
235 return (HighsInt)((Highs*)highs)->writePresolvedModel(std::string(filename));

Callers 2

testNamesFunction · 0.85
fullApiQpFunction · 0.85

Calls 1

writeModelMethod · 0.45

Tested by 2

testNamesFunction · 0.68
fullApiQpFunction · 0.68