mirror of
https://github.com/Z3Prover/z3
synced 2026-03-05 13:10:23 +00:00
minor
This commit is contained in:
parent
8242069ba6
commit
9b907d709f
4 changed files with 23 additions and 8 deletions
|
|
@ -287,7 +287,7 @@ namespace polysat {
|
|||
if (c.is_always_true())
|
||||
return;
|
||||
LOG("Inserting " << lit_pp(s, c));
|
||||
SASSERT(c.bvalue(s) == l_true);
|
||||
SASSERT_EQ(c.bvalue(s), l_true);
|
||||
SASSERT(!c.is_always_false()); // if we added c, the core would be a tautology
|
||||
SASSERT(!c->vars().empty());
|
||||
m_literals.insert(c.blit().index());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue