I have created a finite Delaunay graph and launched kruskal MST on it, and it seems that in one of my test, I have an isolated edge in the MST (not connected to the others). Is that supposed to happen? How can I prevent that from happening, having all my edges connected to at least on other edge of the graph.
Thanks!