mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix
This commit is contained in:
parent
a39cce18cb
commit
0313f91dc2
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ namespace polysat {
|
||||||
out_indent() << assignment_pp(s, v, s.get_value(v)) << "\n";
|
out_indent() << assignment_pp(s, v, s.get_value(v)) << "\n";
|
||||||
m_used_vars.insert(v);
|
m_used_vars.insert(v);
|
||||||
}
|
}
|
||||||
for (clause* lemma : core.side_lemmas()) {
|
for (clause* lemma : core.lemmas()) {
|
||||||
out_indent() << "Side lemma: " << *lemma << "\n";
|
out_indent() << "Lemma: " << *lemma << "\n";
|
||||||
for (sat::literal lit : *lemma)
|
for (sat::literal lit : *lemma)
|
||||||
out_indent() << " " << lit_pp(s, lit) << "\n";
|
out_indent() << " " << lit_pp(s, lit) << "\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue