Skip to content

AD1024/extraction-gym

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extraction Gym

A suite of benchmarks to test e-graph extraction algorithms.

Add your algorithm in src/extract and then add a line in src/main.rs. To run, type make.

If you need to enable more features, do

make FEATURES=my-feature,my-other-feature

Data

Please add data! It's just a JSON! See the data/ directory for examples.

Make sure all root eclass ids are canonical!

Go check out the egraph-serialize repo to see how to make the format!

About

benchmarking e-graph extraction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 91.6%
  • Python 6.8%
  • Makefile 1.6%