nx-0002 + onos-0004: networkx kcutsets seen-list O(K²) 100x; onos UNDF stamp; count 616→617

This commit is contained in:
russell@unturf.com 2026-03-28 13:17:43 -04:00
parent 323b0faf49
commit 982dd0025b
2 changed files with 1 additions and 7 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000169
--- a/networkx/algorithms/connectivity/kcutsets.py
+++ b/networkx/algorithms/connectivity/kcutsets.py
@@ -100,8 +100,12 @@ def all_node_cuts(G, k=None, flow_func=None):