generators#

Infrastructure generators (e.g. get_star, get_hierarchical, get_small_world).

The package collects topology-first infrastructure builders whose primary role is to generate reusable graph families. These generators expose structural models such as stars, random graphs, layered hierarchies, and data-centre or hub-oriented networks without tying them to a specific application domain.

Modules

b_cube

BCube infrastructure generator.

fat_tree

Fat-Tree infrastructure generator.

hierarchical

Hierarchical infrastructure generator.

random

Random infrastructure generator.

scale_free

Scale-free infrastructure generator.

small_world

Small-world infrastructure generator.

star

Star infrastructure generator.