3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-06 05:14:55 +00:00

Simplify clause_builder

This commit is contained in:
Jakob Rath 2022-10-07 15:22:49 +02:00
parent e18bc46de1
commit 8b4a36e3bd
4 changed files with 8 additions and 20 deletions

View file

@ -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);