mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
remove empty clause feature
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c839f58276
commit
ec39d84f57
3 changed files with 1 additions and 6 deletions
|
@ -1351,7 +1351,6 @@ namespace smt {
|
|||
m_justifications.push_back(j);
|
||||
TRACE("mk_clause", tout << "empty clause... setting conflict\n";);
|
||||
set_conflict(j == nullptr ? b_justification::mk_axiom() : b_justification(j));
|
||||
m_empty_clause = (j == nullptr);
|
||||
SASSERT(inconsistent());
|
||||
return nullptr;
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue