CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
A Greedy Vertex Cut Partioning Algorithm. More...
#include <GreedyVertexCut.hpp>
Public Member Functions | |
GreedyVertexCut (Globals &G) | |
void | performStep (const Edge< T > &e, PartitionState< T > &Sstate) |
A Greedy Vertex Cut Partioning Algorithm.
This algorithm is a greedy algorithm that partitions the graph into n sets of vertices.