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

Method resetSyntheticClock

highs/simplex/HEkk.cpp:2271–2274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269}
2270
2271void HEkk::resetSyntheticClock() {
2272 this->build_synthetic_tick_ = this->simplex_nla_.build_synthetic_tick_;
2273 this->total_synthetic_tick_ = 0;
2274}
2275
2276void HEkk::initialisePartitionedRowwiseMatrix() {
2277 if (status_.has_ar_matrix) return;

Callers 2

rebuildMethod · 0.80
rebuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected