mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
revert empty clause handling
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
081001971d
commit
04df77e89d
1 changed files with 2 additions and 1 deletions
|
@ -2399,7 +2399,8 @@ namespace smt {
|
|||
m_empty_clause = false;
|
||||
}
|
||||
else {
|
||||
m_conflict = m_empty_clause ? b_justification::mk_axiom() : null_b_justification;
|
||||
// m_conflict = m_empty_clause ? b_justification::mk_axiom() : null_b_justification;
|
||||
m_conflict = null_b_justification;
|
||||
m_not_l = null_literal;
|
||||
}
|
||||
del_clauses(m_aux_clauses, s.m_aux_clauses_lim);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue