DiaDes  0.1
DIAgnosis of Discrete-Event System
TopologyGeneration.hh
Go to the documentation of this file.
1 #ifndef __DIADES__AUTMODEL__TOPOLOGY_GENERATION__HH__
2 #define __DIADES__AUTMODEL__TOPOLOGY_GENERATION__HH__
3 
4 #include"Topology.hh"
5 
6 namespace Diades
7 {
8  namespace Automata
9  {
10 
11  void generateTopology(unsigned nbNode,
12  unsigned connectivity,
13  unsigned cliqueSizeMax,
14  unsigned commonConnectionMax,
15  unsigned seed,
16  Topology & topology);
17 
18  };
19 };
20 
21 #endif
void generateTopology(unsigned nbNode, unsigned connectivity, unsigned cliqueSizeMax, unsigned commonConnectionMax, unsigned seed, Topology &topology)
Namespace of the Diades project.