Random number seed: 12349 Number of iterations: 10 Number of points: 250 Choose a closest pair application. g = greedy matching h = hierarchical clustering i = cheapest insertion tsp m = multifragment tsp r = ray-intersection diagram Use a minus sign (e.g. "-g") for maximization versions Your choice: m 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: 2 Dimension: 20 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 250 point insertions. 248 point deletions. 162424 distance computations. 249 closest pair computations. Total (wall clock) time: 0.516667s. Total weight = 404.792. 250 point insertions. 248 point deletions. 161241 distance computations. 249 closest pair computations. Total (wall clock) time: 0.5s. Total weight = 396.48. 250 point insertions. 248 point deletions. 157503 distance computations. 249 closest pair computations. Total (wall clock) time: 0.483333s. Total weight = 408.439. 250 point insertions. 248 point deletions. 154719 distance computations. 249 closest pair computations. Total (wall clock) time: 0.483333s. Total weight = 400.946. 250 point insertions. 248 point deletions. 165695 distance computations. 249 closest pair computations. Total (wall clock) time: 0.516667s. Total weight = 400.721. 250 point insertions. 248 point deletions. 154199 distance computations. 249 closest pair computations. Total (wall clock) time: 0.466667s. Total weight = 393.913. 250 point insertions. 248 point deletions. 159897 distance computations. 249 closest pair computations. Total (wall clock) time: 0.483333s. Total weight = 395.422. 250 point insertions. 248 point deletions. 156025 distance computations. 249 closest pair computations. Total (wall clock) time: 0.466667s. Total weight = 401.963. 250 point insertions. 248 point deletions. 158734 distance computations. 249 closest pair computations. Total (wall clock) time: 0.483333s. Total weight = 389.281. 250 point insertions. 248 point deletions. 161464 distance computations. 249 closest pair computations. Total (wall clock) time: 0.5s. Total weight = 398.208. Average time = 0.49s. Standard deviation = 0.0179161s.