18-Feb-2019 08:50:49 voronoi_neighbors_test: Test voronoi_neighbors. VORONOI_NEIGHBORS_TEST01: Select a random set of points in the unit square. Compute the Voronoi diagram. Have VORONOI_NEIGHBORS determine the neighbors. Voronoi diagram saved as "voronoi_neighbors_test01.png". Voronoi edges: 1 5 4 1 8 8 7 5 1 1 9 2 6 7 8 1 9 6 7 5 4 3 2 3 4 1 9 6 3 2 Voronoi adjacency: Col: 1 2 3 4 5 6 7 8 Row 1: 0 0 0 0 0 1 0 0 2: 0 0 0 0 0 0 0 0 3: 0 0 0 0 0 1 0 0 4: 0 0 0 0 0 0 0 1 5: 0 0 0 0 0 1 0 1 6: 1 0 1 0 1 0 1 1 7: 0 0 0 0 0 1 0 1 8: 0 0 0 1 1 1 1 0 VORONOI_NEIGHBORS_TEST02: Select 9 points in the unit square. Compute the Voronoi diagram. Have VORONOI_NEIGHBORS determine the neighbors. Voronoi diagram saved as "voronoi_neighbors_test02.png". Voronoi edges: 2 3 4 1 12 11 1 2 12 13 8 3 2 9 10 11 12 13 13 9 7 8 6 7 8 3 4 9 10 5 6 7 5 6 4 1 11 10 5 1 Voronoi adjacency: Col: 1 2 3 4 5 6 7 8 9 Row 1: 0 0 1 0 0 1 0 0 0 2: 0 0 1 1 0 0 0 0 0 3: 1 1 0 1 1 1 0 0 0 4: 0 1 1 0 1 0 1 0 1 5: 0 0 1 1 0 1 1 0 0 6: 1 0 1 0 1 0 1 1 0 7: 0 0 0 1 1 1 0 1 1 8: 0 0 0 0 0 1 1 0 0 9: 0 0 0 1 0 0 1 0 0 voronoi_neighbors_test: Normal end of execution. 18-Feb-2019 08:50:50