mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55: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
|
@ -120,7 +120,7 @@ std::ostream& print_linear_combination_of_column_indices_only(const vector<std::
|
|||
if (tv::is_term(j)) {
|
||||
ss << "t" << tv::unmask_term(j);
|
||||
} else {
|
||||
ss << "v" << j;
|
||||
ss << "j" << j;
|
||||
}
|
||||
return ss.str();},
|
||||
out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue