mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 23:35:46 +00:00
remove last references to unit clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cd76fd9edd
commit
ce12c51083
5 changed files with 2 additions and 26 deletions
|
@ -57,9 +57,11 @@ namespace polysat {
|
|||
SASSERT(c);
|
||||
SASSERT(c->has_bvar());
|
||||
SASSERT(!c.is_always_true()); // clause would be a tautology
|
||||
#if 0
|
||||
if (c->unit_clause()) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
m_literals.push_back(c.blit());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue