# egraph **Repository Path**: hwhewei/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**: 4 - **Forks**: 5 - **Created**: 2021-06-01 - **Last Updated**: 2024-12-04 ## 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 ```