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

Function Highs_clearSolver

highs/interfaces/highs_c_api.cpp:378–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378HighsInt Highs_clearSolver(void* highs) {
379 return (HighsInt)((Highs*)highs)->clearSolver();
380}
381
382HighsInt Highs_releaseMemory(void* highs) {
383 return (HighsInt)((Highs*)highs)->releaseMemory();

Callers 3

clearSolverMethod · 0.85
testCallbackFunction · 0.85
testIisFunction · 0.85

Calls 1

clearSolverMethod · 0.45

Tested by 2

testCallbackFunction · 0.68
testIisFunction · 0.68