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

Public Attributes

unsigned int numberOfPartitions
 
unsigned int numberOfNodes
 
unsigned int replicatedNodesCount
 
unsigned int numberOfEdges
 
unsigned int replicatedEdgesCount
 
unsigned int maxEdgesLoad
 
unsigned int minEdgesLoad
 
unsigned int maxNodesLoad
 
unsigned int minNodesLoad
 
double balanceEdgesFactor
 
double balanceNodesFactor
 
double nodesReplicationFactor
 
double edgesReplicationFactor
 

Friends

std::ostream & operator<< (std::ostream &os, const PartitioningStats &partitionStats)
 

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