mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
verify
This commit is contained in:
parent
d8c6ab3488
commit
5a901e31fd
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ namespace polysat {
|
|||
m_level = s.m_level;
|
||||
for (auto lit : cl) {
|
||||
auto c = s.lit2cnstr(lit);
|
||||
SASSERT_EQ(c.bvalue(s), l_false);
|
||||
VERIFY_EQ(c.bvalue(s), l_false);
|
||||
insert(~c);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue