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
Once something's been extracted from the egraph, there's not an easy way to get the term back into something like an egg::RecExpr or an egglog::Term.
The text was updated successfully, but these errors were encountered:
ninehusky
changed the title
Pipeline for getting an egraph_serialized from the extraction-gym.
Pipeline for getting an egraph_serialized from the extraction-gymJul 18, 2024
I'm thinking a first pass at a solution might be to loop through [result.choices](https://github.com/egraphs-good/extraction-gym/blob/main/src/main.rs#L150) to manually build up an AST. Happy to get feedback!
Once something's been extracted from the egraph, there's not an easy way to get the term back into something like an
egg::RecExpr
or anegglog::Term
.The text was updated successfully, but these errors were encountered: