Improve proof compression via diffs rather than snapshots #317
Labels
API-Break
Will break test results or backwards compatibility. Leftmost number in semantic versioning
Enhancement
New feature
Milestone
Currently proof (and AEG file) compression does not exist, we just use the entire JSON representation of the tree at each step for proofs. A better option is to do what git does and represent each inference rule application in the proof file by only listing the changes made at each step (what nodes were created? where?). This would significantly reduce proof size.
The text was updated successfully, but these errors were encountered: