egraphs-good / egglog

egraphs + datalog!
https://egraphs-good.github.io/egglog/
MIT License
458 stars 54 forks source link

Serialize Whether Nodes Subsumed #424

Closed saulshanabrook closed 2 months ago

saulshanabrook commented 2 months ago

This pull request includes changes to serialize whether nodes are subsumed in the EGraph.

It depends on https://github.com/egraphs-good/egraph-serialize/pull/16 being merged first to add this field to the underlying serialized data structure.

It was requested by @gussmith23.