mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
replace v by j in lp printouts
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
a6e7ed039c
commit
3e845010dd
8 changed files with 14 additions and 14 deletions
|
@ -185,7 +185,7 @@ public:
|
|||
static std::ostream& dump_occurences(std::ostream& out, const T& occurences) {
|
||||
out << "{";
|
||||
for (const auto& p: occurences) {
|
||||
out << "(v" << p.first << "->" << p.second << ")";
|
||||
out << "(j" << p.first << "->" << p.second << ")";
|
||||
}
|
||||
out << "}" << std::endl;
|
||||
return out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue