Random number seed: 12349 Number of iterations: 10 Number of points: 1000 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: 1 Dimension: 2 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: b 1000 point insertions. 998 point deletions. 167641415 distance computations. 999 closest pair computations. Total (wall clock) time: 142.3s. Total weight = 1013.91. 1000 point insertions. 998 point deletions. 167635100 distance computations. 999 closest pair computations. Total (wall clock) time: 142.383s. Total weight = 997.443. 1000 point insertions. 998 point deletions. 167547724 distance computations. 999 closest pair computations. Total (wall clock) time: 142.433s. Total weight = 1011.80. 1000 point insertions. 998 point deletions. 167641187 distance computations. 999 closest pair computations. Total (wall clock) time: 142.65s. Total weight = 986.09. 1000 point insertions. 998 point deletions. 167579593 distance computations. 999 closest pair computations. Total (wall clock) time: 142.217s. Total weight = 1011.93. 1000 point insertions. 998 point deletions. 167621308 distance computations. 999 closest pair computations. Total (wall clock) time: 142.35s. Total weight = 1015.55. 1000 point insertions. 998 point deletions. 167529119 distance computations. 999 closest pair computations. Total (wall clock) time: 142.467s. Total weight = 1012.95. 1000 point insertions. 998 point deletions. 167584460 distance computations. 999 closest pair computations. Total (wall clock) time: 142.617s. Total weight = 996.676. 1000 point insertions. 998 point deletions. 167619892 distance computations. 999 closest pair computations. Total (wall clock) time: 142.667s. Total weight = 994.281. 1000 point insertions. 998 point deletions. 167552461 distance computations. 999 closest pair computations. Total (wall clock) time: 142.467s. Total weight = 990.321. Average time = 142.455s. Standard deviation = 0.151546s.