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
I changed the EGraph API to use search, search_eclass, and colored_search_eclass. Each has different assumptions, but in general search should also return colored results. Therefor, it should jump to colored equivalences from the first eclass we are searching in.
Should also check what are the assumptions for colored_search_eclass, and add tests accordingly.
The text was updated successfully, but these errors were encountered:
I changed the EGraph API to use
search
,search_eclass
, andcolored_search_eclass
. Each has different assumptions, but in generalsearch
should also return colored results. Therefor, it should jump to colored equivalences from the first eclass we are searching in.Should also check what are the assumptions for
colored_search_eclass
, and add tests accordingly.The text was updated successfully, but these errors were encountered: