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

Method clear

highs/util/HFactorRefactor.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20using std::fabs;
21
22void RefactorInfo::clear() {
23 this->use = false;
24 this->build_synthetic_tick = 0.0;
25 this->pivot_var.clear();
26 this->pivot_row.clear();
27 this->pivot_type.clear();
28}
29
30HighsInt HFactor::rebuild(HighsTimerClock* factor_timer_clock_pointer) {
31 const bool report_lu = false;

Callers 1

rebuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected