Random number seed: 12349 Number of iterations: 10 Number of points: 32000 Choose a closest pair application. g = greedy matching h = hierarchical clustering i = cheapest insertion tsp m = multifragment tsp Use a minus sign (e.g. "-g") for maximization versions Your choice: g Choose a point set generation method. 1 = points in R^d, L1 metric 2 = points in R^d, (squared) L2 metric d = points in R^d, dot product i = points in R^d, L(inf) metric r = random distance matrix s = points in generalized Sierpinski tetrahedron t = two-adic non-archimedean metric Your choice: r Choose a closest pair data structure. b = brute force c = conga line f = fastpair conga-neighbor hybrid m = many-subset conga line n = nearest neighbor heuristic q = quadtree Your choice: m 32000 point insertions. 32000 point deletions. 962429910 distance computations. 16000 closest pair computations. Total (wall clock) time: 2494.83s. Total weight = 4.96365. 32000 point insertions. 32000 point deletions. 957625262 distance computations. 16000 closest pair computations. Total (wall clock) time: 2483.68s. Total weight = 4.95401. 32000 point insertions. 32000 point deletions. 960129968 distance computations. 16000 closest pair computations. Total (wall clock) time: 2495.2s. Total weight = 4.68460. 32000 point insertions. 32000 point deletions. 953756575 distance computations. 16000 closest pair computations. Total (wall clock) time: 2478.65s. Total weight = 5.07957. 32000 point insertions. 32000 point deletions. 955430777 distance computations. 16000 closest pair computations. Total (wall clock) time: 2477.17s. Total weight = 5.09011. 32000 point insertions. 32000 point deletions. 957657715 distance computations. 16000 closest pair computations. Total (wall clock) time: 2483.53s. Total weight = 5.30959. 32000 point insertions. 32000 point deletions. 953913214 distance computations. 16000 closest pair computations. Total (wall clock) time: 2474.35s. Total weight = 4.62319. 32000 point insertions. 32000 point deletions. 956447971 distance computations. 16000 closest pair computations. Total (wall clock) time: 2485.75s. Total weight = 5.16135. 32000 point insertions. 32000 point deletions. 961494598 distance computations. 16000 closest pair computations. Total (wall clock) time: 2497.55s. Total weight = 4.71244. 32000 point insertions. 32000 point deletions. 957002886 distance computations. 16000 closest pair computations. Total (wall clock) time: 2482.9s. Total weight = 5.60568. Average time = 2485.36s. Standard deviation = 8.03390s.