CXXGraph  0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
Public Member Functions | List of all members
CXXGRAPH::PARTITIONING::EdgeBalancedVertexCut< T > Class Template Reference

A Vertex Cut Partioning Algorithm that assign an edge in the partition with less load. More...

#include <EdgeBalancedVertexCut.hpp>

Inheritance diagram for CXXGRAPH::PARTITIONING::EdgeBalancedVertexCut< T >:
Inheritance graph
[legend]
Collaboration diagram for CXXGRAPH::PARTITIONING::EdgeBalancedVertexCut< T >:
Collaboration graph
[legend]

Public Member Functions

 EdgeBalancedVertexCut (Globals &G)
 
void performStep (const Edge< T > &e, PartitionState< T > &Sstate)
 

Detailed Description

template<typename T>
class CXXGRAPH::PARTITIONING::EdgeBalancedVertexCut< T >

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


The documentation for this class was generated from the following file: