mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
884a68251b
commit
1be22a80f6
6 changed files with 59 additions and 62 deletions
|
@ -1497,7 +1497,7 @@ lbool core::check(vector<lemma>& l_vec) {
|
|||
m_basics.basic_lemma(true);
|
||||
|
||||
TRACE("nla_solver", tout << "passed constraint_derived and basic lemmas\n";);
|
||||
SASSERT(elists_are_consistent(true));
|
||||
SASSERT(!l_vec.empty() || elists_are_consistent(true));
|
||||
|
||||
if (l_vec.empty() && !done())
|
||||
m_basics.basic_lemma(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue