Skip to content

Marcvi19/Functional_Subgraph_Matching-Neurips25

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Matching of Logic Subgraphs: Beyond Structural Isomorphism

1. Environment

  • Conda environment
    • Details can be found in ./environment.yaml
  • Data Processing
    • ABC: Instruction can be found in berkeley-abc;
    • Yosys: We suggest users install yosys throught Conda-eda.

2. Data Process

  1. Download Raw data(.aig flile)
  2. Modify the path in ./script/data/overall.sh
  3. Run bash ./script/data/overall.sh

3. Run our model

  • Stage #1 Functional Subgraph Detection
    • bash ./script/run_stage1.sh
  • Stage #2 Fuzzy Boundary Identification
    • bash ./script/run_stage2.sh

About

Codebase for Functional Matching of Logic Subgraphs: Beyond Structural Isomorphism(Neurips25)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.4%
  • Shell 3.6%