DiaDes  0.1
DIAgnosis of Discrete-Event System
Typedefs | Functions
SmallWorld.cc File Reference
#include <iostream>
#include <sstream>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/small_world_generator.hpp>
#include <boost/random/linear_congruential.hpp>
#include <boost/graph/graphviz.hpp>

Go to the source code of this file.

Typedefs

typedef boost::adjacency_list Graph
 
typedef boost::small_world_iterator< boost::minstd_rand, GraphSWGen
 

Functions

void printUsage ()
 
int main (int argc, char **argv)
 

Typedef Documentation

◆ Graph

typedef boost::adjacency_list Graph

EdgeData is a friend class of Graph

Definition at line 9 of file SmallWorld.cc.

◆ SWGen

typedef boost::small_world_iterator<boost::minstd_rand, Graph> SWGen

Definition at line 10 of file SmallWorld.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 19 of file SmallWorld.cc.

References printUsage().

◆ printUsage()

void printUsage ( )

Definition at line 12 of file SmallWorld.cc.

Referenced by main().