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

Function Highs_clearModel

highs/interfaces/highs_c_api.cpp:374–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372HighsInt Highs_clear(void* highs) { return (HighsInt)((Highs*)highs)->clear(); }
373
374HighsInt Highs_clearModel(void* highs) {
375 return (HighsInt)((Highs*)highs)->clearModel();
376}
377
378HighsInt Highs_clearSolver(void* highs) {
379 return (HighsInt)((Highs*)highs)->clearSolver();

Callers 4

clearModelMethod · 0.85
full_apiFunction · 0.85
full_apiFunction · 0.85
testIisFunction · 0.85

Calls 1

clearModelMethod · 0.45

Tested by 1

testIisFunction · 0.68