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

Request for CSE extraction Documentation/Offer to expand CSE extraction

Open kylebd99 opened this issue 1 year ago • 0 comments

I was looking at the extraction code, and it seems like it has a mechanism for common sub-expression handling. However, I couldn't quite tell what the strategy was for handling it. Would it be possible to expand the documentation on extract! to discuss this?

Also, I will likely need to handle CSE's in more detail for my project, and I could update the extraction code here if that's appropriate. At a first cut, I'm planning on following the integer linear programming approach outlined on page 10 of this paper.

kylebd99 avatar Jun 07 '23 16:06 kylebd99