We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ad303 commit 9153443Copy full SHA for 9153443
src/systems/connectiongraph.jl
@@ -455,6 +455,7 @@ function connectionsets(graph::ConnectionGraph)
455
disjoint_sets = IntDisjointSets(length(invmap))
456
for edge_i in 𝑠vertices(bigraph)
457
hyperedge = 𝑠neighbors(bigraph, edge_i)
458
+ isempty(hyperedge) && continue
459
root, rest = Iterators.peel(hyperedge)
460
for vert in rest
461
union!(disjoint_sets, root, vert)
0 commit comments