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

Function Highs_resetOptions

highs/interfaces/highs_c_api.cpp:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504HighsInt Highs_resetOptions(void* highs) {
505 return (HighsInt)((Highs*)highs)->resetOptions();
506}
507
508HighsInt Highs_writeOptions(const void* highs, const char* filename) {
509 return (HighsInt)((Highs*)highs)->writeOptions(filename);

Callers 1

Highs_resetHighsOptionsFunction · 0.85

Calls 1

resetOptionsMethod · 0.45

Tested by

no test coverage detected