mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
another stab at #989
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
07bc19b489
commit
086ea7867e
2 changed files with 2 additions and 2 deletions
|
@ -3290,11 +3290,11 @@ namespace smt {
|
|||
|
||||
internalize_assertions();
|
||||
lbool r = l_undef;
|
||||
TRACE("before_search", display(tout););
|
||||
if (m_asserted_formulas.inconsistent()) {
|
||||
r = l_false;
|
||||
}
|
||||
else {
|
||||
TRACE("after_internalization", display(tout););
|
||||
if (inconsistent()) {
|
||||
VERIFY(!resolve_conflict()); // build the proof
|
||||
r = l_false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue