mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45: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
|
@ -118,7 +118,7 @@ public:
|
|||
|
||||
lpvar var() const { return m_j; }
|
||||
|
||||
std::ostream & print(std::ostream& out) const override { return out << "v" << m_j; }
|
||||
std::ostream & print(std::ostream& out) const override { return out << "j" << m_j; }
|
||||
expr_type type() const override { return expr_type::VAR; }
|
||||
unsigned number_of_child_powers() const override { return 1; }
|
||||
bool contains(lpvar j) const override { return j == m_j; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue