mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
parent
eed87807c5
commit
c388d99c35
4 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue