CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
A Vertex Cut Partioning Algorithm ( as described by this paper https://arxiv.org/abs/2010.09007 ) More...
#include <EBV.hpp>
Public Member Functions | |
EBV (Globals &G) | |
void | performStep (const Edge< T > &e, PartitionState< T > &Sstate) |
A Vertex Cut Partioning Algorithm ( as described by this paper https://arxiv.org/abs/2010.09007 )
This algorithm is an offline algorithm that partitions the graph into n sets of vertices ( as described by this paper https://arxiv.org/abs/2010.09007 ).