mirror of
https://github.com/Z3Prover/z3
synced 2026-03-06 05:14:55 +00:00
Simplify clause_builder
This commit is contained in:
parent
e18bc46de1
commit
8b4a36e3bd
4 changed files with 8 additions and 20 deletions
|
|
@ -332,7 +332,7 @@ namespace polysat {
|
|||
cb.push(~premises[i]);
|
||||
}
|
||||
SASSERT_EQ(c.bvalue(s), l_undef);
|
||||
cb.push_new(c);
|
||||
cb.push(c);
|
||||
clause_ref lemma = cb.build();
|
||||
SASSERT(lemma);
|
||||
lemma->set_redundant(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue