XC Open source finite element analysis program
|
GraphPartitioner is an abstract base class. Its subtypes are responsible for partioning the vertices of a graph. The partitioning is done in the method partition which sets the colors of the vertices of the graph to colors 1 through numParrtitions. More...
#include <GraphPartitioner.h>
Public Member Functions | |
virtual int | partition (Graph &theGraph, int numPart)=0 |
GraphPartitioner is an abstract base class. Its subtypes are responsible for partioning the vertices of a graph. The partitioning is done in the method partition which sets the colors of the vertices of the graph to colors 1 through numParrtitions.