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

Method simplexTimerStop

highs/simplex/HighsSimplexAnalysis.cpp:601–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599}
600
601void HighsSimplexAnalysis::simplexTimerStop(const HighsInt simplex_clock,
602 const HighsInt thread_id) {
603 if (!analyse_simplex_time) return;
604 // assert(analyse_simplex_time);
605 thread_simplex_clocks[thread_id].timer_pointer_->stop(
606 thread_simplex_clocks[thread_id].clock_[simplex_clock]);
607}
608
609bool HighsSimplexAnalysis::simplexTimerRunning(const HighsInt simplex_clock,
610 const HighsInt thread_id) const {

Callers 15

chooseFinalMethod · 0.80
updateDualMethod · 0.80
getNonsingularInverseMethod · 0.80
putBacktrackingBasisMethod · 0.80
computeFactorMethod · 0.80
pivotColumnFtranMethod · 0.80

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected