25 #ifndef PAGMO_TOPOLOGIES_H
26 #define PAGMO_TOPOLOGIES_H
30 #include "topology/barabasi_albert.h"
31 #include "topology/clustered_ba.h"
32 #include "topology/ageing_clustered_ba.h"
33 #include "topology/custom.h"
34 #include "topology/erdos_renyi.h"
35 #include "topology/fully_connected.h"
36 #include "topology/one_way_ring.h"
37 #include "topology/pan.h"
38 #include "topology/rim.h"
39 #include "topology/ring.h"
40 #include "topology/hypercube.h"
41 #include "topology/unconnected.h"
42 #include "topology/watts_strogatz.h"