Is there a proof of the Green-Sibson algorithm?

255 Views Asked by At

I was introduced to Voronoi Diagram and espacially the Green-Sibson algorithm (Here). I couldn't find their paper so I'm looking for a proof of the algorithm.

One particular problem I have is that it seems to change the diagram locally and doesn't take into account all the points. Furthermore, I don't really understand how the new edges are built.

Thanks for your answers.