Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ERGO-Code/HiGHS
/ clearRayRecords
Method
clearRayRecords
highs/simplex/HEkk.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void HEkk::clearRayRecords() {
83
this->dual_ray_record_.clear();
84
this->primal_ray_record_.clear();
85
}
86
87
void HEkk::clearEkkPointers() {
88
this->callback_ = nullptr;
Callers
4
clear
Method · 0.95
clearEkkData
Method · 0.95
invalidateBasisArtifacts
Method · 0.95
solve
Method · 0.95
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected