Skip to content
/ siep Public

implementation of state-of-the-art subgraph matching algorithms (including BoostISO)

License

Notifications You must be signed in to change notification settings

bookug/siep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 24, 2021
2b65152 · Dec 24, 2021

History

8 Commits
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Dec 24, 2021
Feb 28, 2021
Feb 28, 2021
Apr 23, 2021

Repository files navigation

siep

implementation of state-of-the-art subgraph matching algorithms (including BoostISO)


Papers

Li Zeng, Yan Jiang, Weixin Lu, Lei Zou. Deep Analysis on Subgraph Isomorphism. arXiv 2020.


Algorithms

Seven subgraph matching algorithms: QuickSI, GraphQL, TurboISO, CFL-Match, VF3, CECI, DAF.

Each algorithm also has a boosted version, which is enhanced by techniques of BoostISO.


Contributors

Li Zeng @bookug

  1. Implement TurboISO, CECI, DAF.
  2. Fix and optimize QuickSI and GraphQL.
  3. Implement all boosted versions except for CFL-Match and VF3.

Yan Jiang @jy5275

  1. Implement CFL-Match and VF3, as well as their boosted versions.
  2. Performance tools, debugging, testing, running scripts, etc.

Weixin Lu @aceansgar

  1. Implement QuickSI and GraphQL.
  2. Tools of graph benchmark (e.g., query generation, power-law graph detection, etc).

About

implementation of state-of-the-art subgraph matching algorithms (including BoostISO)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages