@@ -12,7 +12,7 @@ Quick links:
1212- [ CLI Reference] ( cli.md )
1313- [ DSL Reference] ( dsl.md )
1414
15- Generated from source code on: August 09, 2025 at 03:28 UTC
15+ Generated from source code on: August 09, 2025 at 04:04 UTC
1616
1717Modules auto-discovered: 59
1818
@@ -1688,11 +1688,11 @@ per-demand `FlowPolicy` instances.
16881688
16891689Manage expansion and placement of traffic demands on a ` Network ` .
16901690
1691- This class:
1691+ This class:
16921692
16931693 1 ) Builds (or rebuilds) a StrictMultiDiGraph from the given Network.
1694- 2 ) Expands each TrafficDemand into one or more Demand objects based
1695- on a configurable 'mode' (e.g., ' combine' or 'full_mesh' ).
1694+ 2 ) Expands each TrafficDemand into one or more Demand objects based
1695+ on a configurable 'mode' (" combine" or "pairwise" ).
16961696 3 ) Each Demand is associated with a FlowPolicy, which handles how flows
16971697 are placed (split across paths, balancing, etc.).
16981698 4 ) Provides methods to place all demands incrementally with optional
@@ -1707,7 +1707,7 @@ In particular:
17071707 demand's `source_path` and `sink_path`). A single Demand is created
17081708 from the pseudo-source to the pseudo-sink, with the full volume.
17091709
1710- - 'full_mesh ' mode:
1710+ - 'pairwise ' mode:
17111711- All matched sources form one group, all matched sinks form another group.
17121712
17131713 A separate Demand is created for each (src_node, dst_node) pair,
@@ -1788,7 +1788,7 @@ Attributes:
17881788 `` flow_policy `` is not provided.
17891789 flow_policy: Concrete policy instance. If set, it overrides
17901790 `` flow_policy_config `` .
1791- mode: Expansion mode, e.g. `` "combine" `` or `` "full_mesh " `` .
1791+ mode: Expansion mode, `` "combine" `` or `` "pairwise " `` .
17921792 attrs: Arbitrary user metadata.
17931793 id: Unique identifier assigned at initialization.
17941794
@@ -2362,7 +2362,7 @@ YAML Configuration Example:
23622362 name: "capacity_envelope_monte_carlo" # Optional: Custom name for this step
23632363 source_path: "^datacenter/.*" # Regex pattern for source node groups
23642364 sink_path: "^edge/.*" # Regex pattern for sink node groups
2365- mode: "combine" # "combine" or "pairwise" flow analysis
2365+ mode: "combine" # "combine" or "pairwise" flow analysis
23662366 failure_policy: "random_failures" # Optional: Named failure policy to use
23672367 iterations: 1000 # Number of Monte-Carlo trials
23682368 parallelism: 4 # Number of parallel worker processes
0 commit comments