DiaDes  0.1
DIAgnosis of Discrete-Event System
GraphGen.hh
Go to the documentation of this file.
1 #ifndef __DIADES__GRAPH__GRAPHGEN__HH
2 #define __DIADES__GRAPH__GRAPHGEN__HH
3 
4 
39 #include<vector>
40 
41 namespace Diades
42 {
43  namespace Graph
44  {
45  class Edge;
46  class Node;
47  };
48 };
49 
50 #endif
Namespace of the Diades project.
boost::adjacency_list Graph
Definition: ScaleFree.cc:9