Verse Lab Ego Save

EGraphs in OCaml

Project README

Ego - EGraphs in OCaml

Ego (EGraphs OCaml) is an OCaml library that provides generic equality saturation using EGraphs.

The design of Ego loosely follows the design of Rust's egg library, providing a flexible interface to run equality saturation extended with custom user-defined analyses.

(* create an egraph *)
let graph = EGraph.init ()
(* add expressions *)
let expr1 = EGraph.add_sexp graph [%s ((a << 1) / 2)]
(* Convert to graphviz *)
let g : Odot.graph = EGraph.to_dot graph
Open Source Agenda is not affiliated with "Verse Lab Ego" Project. README Source: verse-lab/ego
Stars
56
Open Issues
2
Last Commit
4 months ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating