Implementing the graph partitioning of https://arxiv.org/abs/1812.08958
Decomposes graphs with cluster expansion guarantees.
INSTALL
-
Compile and install Lemon
-
g++ main.cpp -std=c++17 -lemon -O3 -fopenmp
USE
There are use examples in the provided notebook.