triangle_bench_test


triangle_bench_test, a C code which sets up sample datasets of random points in the unit square, writes them to a file acceptable by Jonathan Shewchuk's triangle() program for computing Delaunay triangulations and Voronoi diagrams, which can then be benchmarked by timing the computation for increasing large sets.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

triangle__nodes_random, a C code which sets up sample datasets of random points in the unit square, and writes them to a file acceptable by Jonathan Shewchuk's triangle() program for computing Delaunay triangulations and Voronoi diagrams.

Source Code:


Last revised on 16 August 2024.