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

Go to the source code of this file.

Typedefs

typedef boost::adjacency_list Graph
 
typedef boost::plod_iterator< boost::minstd_rand, GraphSFGen
 

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 ScaleFree.cc.

◆ SFGen

typedef boost::plod_iterator<boost::minstd_rand, Graph> SFGen

Definition at line 10 of file ScaleFree.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 20 of file ScaleFree.cc.

References printUsage().

◆ printUsage()

void printUsage ( )

Definition at line 12 of file ScaleFree.cc.

Referenced by main().