3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-23 16:57:51 +00:00
This commit is contained in:
Nikolaj Bjorner 2025-01-27 10:51:12 -08:00
parent b6e7b80704
commit 15ee879602
3 changed files with 14 additions and 9 deletions

View file

@ -3871,7 +3871,8 @@ namespace sat {
//
// -----------------------
bool solver::check_invariant() const {
if (!m_rlimit.inc()) return true;
if (!m_rlimit.inc())
return true;
if (m_simplifier.need_cleanup())
return true;
integrity_checker checker(*this);