mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
lit_pp
This commit is contained in:
parent
b0e7852c9c
commit
5a45f81d44
1 changed files with 1 additions and 1 deletions
|
@ -1355,7 +1355,7 @@ namespace polysat {
|
|||
for (clause const& cl : m_constraints.clauses()) {
|
||||
out << "\t" << cl << "\n";
|
||||
for (sat::literal lit : cl)
|
||||
out << "\t\t" << lit << ": " << lit2cnstr(lit) << "\n";
|
||||
out << "\t\t" << lit_pp(*this, lit) << "\n";
|
||||
}
|
||||
return out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue