|
typedef boost::small_world_iterator< boost::minstd_rand, Graph > | SWGen |
|
|
| SmallWorldGraphObject (unsigned long num_nodes, unsigned long kNeighbors, double probability) |
|
void | build () |
|
void | showVertex (Graph &g) |
|
void | showEdges (Graph &g) |
|
void | reportNProcs (Graph &g) |
|
void | reportNodes (Graph &g) |
|
void | Initialization (std::vector< std::pair< double, double > > X0_W, double J, Graph &g, unsigned int N) |
|
|
unsigned long | N |
|
unsigned long | E |
|
Graph | g |
|
boost::minstd_rand | gen |
|
unsigned long | K |
|
double | Proba |
|
unsigned long | Procs = num_processes(boost::graph::distributed::mpi_process_group()) |
|
The documentation for this class was generated from the following file: