Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MiningPartitioner.h File Reference

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.
 

Detailed Description

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