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

@ -383,7 +383,6 @@
"emacs-0002": "UNDF-2026-000000389",
"envoy-0002": "UNDF-2026-000000390",
"envoy-0003": "UNDF-2026-000000391",
"express-0001": "UNDF-2026-000000393",
"flink-0002": "UNDF-2026-000000395",
"flink-0003": "UNDF-2026-000000396",
"flink-0004": "UNDF-2026-000000397",
@ -422,8 +421,6 @@
"kafka-0006": "UNDF-2026-000000437",
"kafka-0007": "UNDF-2026-000000438",
"kafka-0008": "UNDF-2026-000000439",
"koa-0001": "UNDF-2026-000000440",
"ktor-0001": "UNDF-2026-000000441",
"kubeflow-0001": "UNDF-2026-000000442",
"kubernetes-0004": "UNDF-2026-000000443",
"kubernetes-0005": "UNDF-2026-000000444",
@ -480,7 +477,6 @@
"podman-0001": "UNDF-2026-000000501",
"podman-0002": "UNDF-2026-000000502",
"prometheus-0002": "UNDF-2026-000000503",
"prosody-0001": "UNDF-2026-000000504",
"pulsar-0001": "UNDF-2026-000000505",
"pulsar-0002": "UNDF-2026-000000506",
"pulsar-0003": "UNDF-2026-000000507",
@ -505,7 +501,6 @@
"ros2-0002": "UNDF-2026-000000526",
"rustc-0004": "UNDF-2026-000000527",
"scylladb-0001": "UNDF-2026-000000529",
"signal-server": "UNDF-2026-000000530",
"simplex-chat": "UNDF-2026-000000531",
"sklearn-0001": "UNDF-2026-000000532",
"solr-0001": "UNDF-2026-000000533",
@ -546,10 +541,8 @@
"vim-0001": "UNDF-2026-000000571",
"vim-0002": "UNDF-2026-000000572",
"weechat-0002": "UNDF-2026-000000574",
"wireguard-tools": "UNDF-2026-000000575",
"wolfssl-0001": "UNDF-2026-000000576",
"yugabyte-0001": "UNDF-2026-000000577",
"zulip-0001": "UNDF-2026-000000580",
"bazel-0003": "UNDF-2026-000000581",
"curl-0002": "UNDF-2026-000000582",
"curl-0003": "UNDF-2026-000000583",

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):