You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've started diving into egg recently and think it's good to test that none of the rules are inferred from the rest.
I don't know that this kind of test is common but I think it's definitely a good to ensure there are no redundant rules.
Since some test utilities like EGraph::check_goals already exist, I think adding more test utilities is reasonable.
here is my example code
I don't know the proper way of getting expr from rewrite though.
The text was updated successfully, but these errors were encountered:
Hi there, that's an interesting idea. We did something similar in our paper on rule inference. However, it's a difficult problem and something that I think will be out of scope for the egg library itself.
Hi, I've started diving into
egg
recently and think it's good to test that none of the rules are inferred from the rest.I don't know that this kind of test is common but I think it's definitely a good to ensure there are no redundant rules.
Since some test utilities like EGraph::check_goals already exist, I think adding more test utilities is reasonable.
here is my example code
I don't know the proper way of getting
expr
fromrewrite
though.The text was updated successfully, but these errors were encountered: