Galois
|
Graph mining partitioning that duplicates edges. More...
Go to the source code of this file.
Classes | |
class | galois::graphs::MiningGraph< NodeTy, EdgeTy, Partitioner > |
Namespaces | |
galois | |
The Galois namespace containing all Galois structures and functions. | |
galois::graphs | |
Parallel data graph structures in Galois. | |
Graph mining partitioning that duplicates edges.
Currently only supports an outgoing edge cut.
TODO lots of code dpulication here with regular cusp partitioner; need to merge