CXXGraph  0.1.6
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
Public Member Functions | List of all members
CXXGRAPH::PARTITIONING::PartitionState< T > Class Template Referenceabstract
Inheritance diagram for CXXGRAPH::PARTITIONING::PartitionState< T >:
Inheritance graph
[legend]

Public Member Functions

virtual Record< T > & getRecord (int x)=0
 
virtual int getMachineLoad (int m)=0
 
virtual void incrementMachineLoad (int m, Edge< T > e)=0
 
virtual int getMinLoad ()=0
 
virtual int getMaxLoad ()=0
 
virtual std::vector< int > getMachines_load ()=0
 
virtual int getTotalReplicas ()=0
 
virtual int getNumVertices ()=0
 
virtual std::set< int > getVertexIds ()=0
 

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