CXXGraph  0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
Public Member Functions | Public Attributes | List of all members
CXXGRAPH::PARTITIONING::Globals Class Reference

Public Member Functions

 Globals (int numberOfPartiton, PartitionAlgorithm algorithm=PartitionAlgorithm::HDRF_ALG, double param1=1, double param2=1, double param3=1, unsigned int threads=std::thread::hardware_concurrency())
 
void print ()
 

Public Attributes

const int SLEEP_LIMIT = 16
 
const int PLACES = 4
 
int numberOfPartition = 0
 
PartitionAlgorithm partitionStategy
 
unsigned int threads = 0
 
double param1 = 0.0
 
double param2 = 0.0
 
double param3 = 0.0
 
unsigned long long edgeCardinality = 0
 
unsigned long long vertexCardinality = 0
 
unsigned long long edgeAnalyzed = 0
 

The documentation for this class was generated from the following file: