mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 16:57:51 +00:00
fix #7532
This commit is contained in:
parent
b6e7b80704
commit
15ee879602
3 changed files with 14 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue