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

Function Highs_readOptions

highs/interfaces/highs_c_api.cpp:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368HighsInt Highs_readOptions(const void* highs, const char* filename) {
369 return (HighsInt)((Highs*)highs)->readOptions(filename);
370}
371
372HighsInt Highs_clear(void* highs) { return (HighsInt)((Highs*)highs)->clear(); }
373

Callers

nothing calls this directly

Calls 1

readOptionsMethod · 0.80

Tested by

no test coverage detected