TreeView.jl
TreeView.jl copied to clipboard
Error with CSE
t = @dag_cse x^2 + y^2 + x^2
gives the wrong tree.
@dag_cse x + x
is a simpler example. It's because it should have multiple edges from + to x.