Cidr4 merge algorithm #5

Merged
PavelPatsey merged 91 commits from CIDR4_merge_algorithm into main 2025-01-27 22:05:39 +03:00
Showing only changes of commit c4c5940f8d - Show all commits
+1 -1
View File
6
@@ -72,7 +72,7 @@ def reduce_nodes(nodes: list[Node]) -> list[Node]:
neighbours.append((a, b))
i += 2
else:
loners.append((a,))
loners.append(a)
i += 1
if i == len(group) - 1:
loners.append(group[i])