CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
A Vertex Cut Partioning Algorithm that assign an edge in the partition with less load. More...
#include <EdgeBalancedVertexCut.hpp>
Public Member Functions | |
EdgeBalancedVertexCut (Globals &G) | |
void | performStep (const Edge< T > &e, PartitionState< T > &Sstate) |
A Vertex Cut Partioning Algorithm that assign an edge in the partition with less load.
This algorithm is a greedy algorithm that assign an edge in the partition with less load