Skip to content

Zagoshipda/expander-decomposition

 
 

Repository files navigation

expander-decomposition

Implementing the graph partitioning of https://arxiv.org/abs/1812.08958

Decomposes graphs with cluster expansion guarantees.

INSTALL

  1. Compile and install Lemon

  2. g++ main.cpp -std=c++17 -lemon -O3 -fopenmp

USE

There are use examples in the provided notebook.

About

decompose graph with cluster expansion guarantee

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.7%
  • Jupyter Notebook 14.8%
  • Python 11.5%