mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
add comments and more efficient code in cross_nested
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
84e9e4ca9a
commit
ba2dbabe21
2 changed files with 29 additions and 10 deletions
|
@ -155,7 +155,7 @@ public:
|
|||
case expr_type::MUL:
|
||||
return print_mul(out);
|
||||
case expr_type::VAR:
|
||||
out << (char)('a'+ m_j);
|
||||
out << 'v' << m_j;
|
||||
return out;
|
||||
case expr_type::SCALAR:
|
||||
out << m_v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue