mirror of
https://github.com/Z3Prover/z3
synced 2025-07-23 20:58:54 +00:00
dbg output
This commit is contained in:
parent
020a4d5d04
commit
adea39b92e
2 changed files with 3 additions and 3 deletions
|
@ -102,7 +102,7 @@ namespace polysat {
|
|||
std::ostream& assignment::display(std::ostream& out) const {
|
||||
char const* delim = "";
|
||||
for (auto const& [var, value] : m_pairs)
|
||||
out << delim << var << " == " << value, delim = " ";
|
||||
out << delim << "v" << var << " == " << value, delim = " ";
|
||||
return out;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue