CXXGraph  0.1.6
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, double lambda=1, PartitionAlgorithm algorithm=PartitionAlgorithm::HDRF_ALG, unsigned int threads=std::thread::hardware_concurrency())
 
void print ()
 

Public Attributes

const int SLEEP_LIMIT = 1024
 
const int PLACES = 4
 
int numberOfPartition
 
PartitionAlgorithm partitionStategy
 
double lambda
 
unsigned int threads
 

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