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

Method initialise

highs/simplex/HEkk.cpp:4379–4389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4377}
4378
4379void HighsSimplexStats::initialise(const HighsInt iteration_count_) {
4380 valid = false;
4381 iteration_count = -iteration_count_;
4382 num_invert = 0;
4383 last_invert_num_el = 0;
4384 last_factored_basis_num_el = 0;
4385 col_aq_density = 0;
4386 row_ep_density = 0;
4387 row_ap_density = 0;
4388 row_DSE_density = 0;
4389}
4390
4391HighsRayRecord HighsRayRecord::getRayRecord() const {
4392 HighsRayRecord record;

Callers 3

invalidateMethod · 0.45
setSimplexOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected