mirror of
https://github.com/Z3Prover/z3
synced 2025-11-09 23:52:02 +00:00
cleanup
This commit is contained in:
parent
4b1ec583ec
commit
579275a17d
6 changed files with 16 additions and 39 deletions
|
|
@ -421,7 +421,7 @@ namespace polysat {
|
|||
LOG("p1: " << p1);
|
||||
LOG("p2: " << p2);
|
||||
|
||||
clause_builder cb(s);
|
||||
clause_builder cb(s, "variable elimination");
|
||||
|
||||
if (evaluated) {
|
||||
for (auto [w, wv] : sub)
|
||||
|
|
@ -434,7 +434,7 @@ namespace polysat {
|
|||
cb.insert(c_new);
|
||||
ref<clause> c = cb.build();
|
||||
if (c) // Can we get tautologies this way?
|
||||
core.add_lemma("variable elimination", c);
|
||||
core.add_lemma(c);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue