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

Method clear

highs/simplex/HSimplexNla.cpp:68–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void HSimplexNla::clear() {
69 lp_ = NULL;
70 scale_ = NULL;
71 basic_index_ = NULL;
72 options_ = NULL;
73 timer_ = NULL;
74 analysis_ = NULL;
75 report_ = false;
76 build_synthetic_tick_ = 0;
77}
78
79HighsInt HSimplexNla::invert() {
80 HighsTimerClock* factor_timer_clock_pointer = NULL;

Callers 2

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected