66 #ifndef GraphPartitioner_h 67 #define GraphPartitioner_h 85 virtual int partition(
Graph &theGraph,
int numPart) =0;
GraphPartitioner is an abstract base class. Its subtypes are responsible for partioning the vertices ...
Definition: GraphPartitioner.h:80
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
================================================================================
Definition: ContinuaReprComponent.h:34