hierarchical#
Hierarchical infrastructure generator.
This module provides a generator function for creating hierarchical network topologies. Nodes are partitioned into multiple layers according to a specified distribution, and connections are established both within and across layers based on custom or uniform probability models.
Such topologies are useful for modeling structured systems with layered organization, like sensor networks, enterprise infrastructures, or cloud-fog-edge computing stacks.
Functions
|
Create a hierarchical infrastructure made of n nodes. |