bookug / siep

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

License:GNU General Public License v3.0


Languages

Language:C++ 98.3%Language:Makefile 1.3%Language:Shell 0.4%Language:CMake 0.0%Language:GAP 0.0%