| 20 | using std::fabs; |
| 21 | |
| 22 | void 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 | |
| 30 | HighsInt HFactor::rebuild(HighsTimerClock* factor_timer_clock_pointer) { |
| 31 | const bool report_lu = false; |