MCPcopy 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
82void HEkk::clearRayRecords() {
83 this->dual_ray_record_.clear();
84 this->primal_ray_record_.clear();
85}
86
87void HEkk::clearEkkPointers() {
88 this->callback_ = nullptr;

Callers 4

clearMethod · 0.95
clearEkkDataMethod · 0.95
solveMethod · 0.95

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected