TreeView.jl icon indicating copy to clipboard operation
TreeView.jl copied to clipboard

Error with CSE

Open dpsanders opened this issue 7 years ago • 1 comments

t = @dag_cse x^2 + y^2 + x^2

gives the wrong tree.

dpsanders avatar Dec 05 '18 07:12 dpsanders

@dag_cse x + x is a simpler example. It's because it should have multiple edges from + to x.

dpsanders avatar Dec 05 '18 07:12 dpsanders