Closed hessammehr closed 4 months ago
Yeah, egglog limits the number of nodes to be rendered: https://github.com/egraphs-good/egglog/blob/main/src/lib.rs#L1539 This prevents the visualization from blowing up, but seems confusing... The interface should probably be more explicit on that (e.g. a question-mark-in-bubble button).
Related to #368 and problems around the viz. I like the idea of a question mark and a warning
I believe this will be fixed by #394
The following works seems to work fine for a small number of data points, i.e.
(ion ...)
s but larger inputs seem to produce dot files that make no sense (see attached test case).Egglog invocation
Expected behaviour
Each
Combination
node having two child nodes.Actual behaviour
Some
Combination
nodes have one or no child nodes. Not a rendering issue afaik, since the.dot
file is also missing the necessary edges.JSON output seems fine.
test_case.txt