![]() |
CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|


Public Member Functions | |
| std::set< int > & | getPartitions () |
| void | addPartition (int m) |
| bool | hasReplicaInPartition (int m) |
| bool | getLock () |
| bool | releaseLock () |
| int | getReplicas () const |
| int | getDegree () |
| void | incrementDegree () |
| void | addAll (std::set< int > &set) |
| std::set< int > | intersection (CoordinatedRecord &x, CoordinatedRecord &y) |