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

Header file that includes the base classes for defining CuSP partitioning policies. More...

Go to the source code of this file.

Classes

class  galois::graphs::PartitioningScaffold
 Default fields and functions all CuSP partitioners use; this is a class to inherit from. More...
 
class  galois::graphs::ReadMasterAssignment
 Policies that use the read assignment of nodes as the masters. More...
 
class  galois::graphs::CustomMasterAssignment
 Policies that use a custom assignment of masters (from the user). More...
 

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 
 galois::graphs
 Parallel data graph structures in Galois.
 

Detailed Description

Header file that includes the base classes for defining CuSP partitioning policies.