3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-06 10:58:47 -07:00
parent eed87807c5
commit c388d99c35
4 changed files with 8 additions and 8 deletions

View file

@ -1396,7 +1396,8 @@ namespace sat {
}
};
scoped_ls _ls(*this);
if (inconsistent()) return l_false;
if (inconsistent())
return l_false;
scoped_limits scoped_rl(rlimit());
SASSERT(m_local_search);
m_local_search->add(*this);