Skip to content

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

Implementation of the expander decomposition algorithm in https://arxiv.org/abs/1812.08958. Decompose graph with cluster expansion guarantee.

Topics

Resources

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages