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

Method terminatorTerminated

highs/mip/HighsMipSolverData.cpp:2832–2836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2830}
2831
2832bool HighsMipSolverData::terminatorTerminated() const {
2833 if (this->terminatorActive())
2834 mipsolver.termination_status_ = mipsolver.terminator_.terminationStatus();
2835 return mipsolver.termination_status_ != HighsModelStatus::kNotset;
2836}
2837
2838void HighsMipSolverData::terminatorReport() const {
2839 if (this->terminatorActive())

Callers 5

checkLimitsMethod · 0.95
RENSMethod · 0.45
RINSMethod · 0.45
cleanupSolveMethod · 0.45
checkLocalLimitsMethod · 0.45

Calls 2

terminatorActiveMethod · 0.95
terminationStatusMethod · 0.45

Tested by

no test coverage detected