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::GreedyVertexCut< T > Class Template Reference

A Greedy Vertex Cut Partioning Algorithm. More...

#include <GreedyVertexCut.hpp>

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

Public Member Functions

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

Detailed Description

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

A Greedy Vertex Cut Partioning Algorithm.

This algorithm is a greedy algorithm that partitions the graph into n sets of vertices.


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