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::PartitioningStats_struct Struct Reference

Struct that contains the information about the partitioning statistics. More...

#include <Graph.hpp>

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_struct &partitionStats)
 

Detailed Description

Struct that contains the information about the partitioning statistics.


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