Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
378
HighsInt Highs_clearSolver(void* highs) {
379
return (HighsInt)((Highs*)highs)->clearSolver();
380
}
381
382
HighsInt Highs_releaseMemory(void* highs) {
383
return (HighsInt)((Highs*)highs)->releaseMemory();
Callers
3
clearSolver
Method · 0.85
testCallback
Function · 0.85
testIis
Function · 0.85
Calls
1
clearSolver
Method · 0.45
Tested by
2
testCallback
Function · 0.68
testIis
Function · 0.68