Commit 63d6ddf
authored
Merging from Dev (#79)
* Refactor workflow step registration to avoid decorator ordering issues
* Add self-loop handling in max flow calculation and extend tests for edge cases
* Add self-loop handling in flow calculations and extend tests for edge cases
* Implement overlapping node handling in max flow calculations and add comprehensive tests for pairwise mode scenarios
* Add configuration for traffic manager and update estimation logic
- Introduced TrafficManagerConfig class to manage traffic demand placement settings.
- Updated default rounds handling in TrafficManager to use configuration values.
- Added tests for configuration defaults and estimation logic.
* Add configurable iteration limits to FlowPolicy and enhance infinite loop detection
* Refactor api doc autogeneration
* additional max_flow functionality in network.py
* Add detailed max flow methods to API documentation
* Update version to 0.7.11 parent e249779 commit 63d6ddf
File tree
29 files changed
+5530
-1285
lines changed- dev
- docs/reference
- ngraph
- lib
- algorithms
- workflow
- tests
- lib
- algorithms
- workflow
29 files changed
+5530
-1285
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
24 | 76 | | |
25 | 77 | | |
26 | 78 | | |
| |||
160 | 212 | | |
161 | 213 | | |
162 | 214 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
187 | 219 | | |
188 | 220 | | |
189 | 221 | | |
| |||
201 | 233 | | |
202 | 234 | | |
203 | 235 | | |
| 236 | + | |
| 237 | + | |
204 | 238 | | |
205 | 239 | | |
206 | 240 | | |
207 | 241 | | |
208 | | - | |
| 242 | + | |
209 | 243 | | |
210 | 244 | | |
211 | 245 | | |
| |||
0 commit comments