triangle_bench_test


triangle_bench_test, a C code which calls triangle_bench(), 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_bench, 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.

Source Code:


Last revised on 16 August 2024.