This app is dedicated to the generation of graphs where nodes form communities, with links between these communities.

To generate a graph, three parameters must be provided:

  • an outer graph generator, which produces a graph used to give the links between the communities;
  • an inner graph generator, which produces the communities;
  • a linker, which is responsible for the linking of communities, following the edges of the outer graph.

The app begins by generating the outer graph. For each node in it, an inner graph is generated. Then, for each edge in the outer graph, the linker is called to produce the necessary edges.

This software was developed in part within the scope of the French National Research Agency (ANR) AGGREEY.


Author :

GPL    Any category    Recent software