# egraph **Repository Path**: overshiki/egraph ## Basic Information - **Project Name**: egraph - **Description**: E-Graph in C++ - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-04-28 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EGraph in C++ This is a C++ implemention of EGraph, which is a equality saturation framework inspired by `egg` project: https://egraphs-good.github.io/. ## Build Install cmake and run: ``` $./build.sh ```