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

Function Highs_readModel

highs/interfaces/highs_c_api.cpp:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226HighsInt Highs_readModel(void* highs, const char* filename) {
227 return (HighsInt)((Highs*)highs)->readModel(std::string(filename));
228}
229
230HighsInt Highs_writeModel(void* highs, const char* filename) {
231 return (HighsInt)((Highs*)highs)->writeModel(std::string(filename));

Callers 1

minimal_api_mpsFunction · 0.85

Calls 1

readModelMethod · 0.45

Tested by

no test coverage detected