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: 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: c Number of subsets (zero for log_2(n)): 0 250 point insertions. 248 point deletions. 127068 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 254.565. 250 point insertions. 248 point deletions. 127155 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 244.719. 250 point insertions. 248 point deletions. 128128 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 254.502. 250 point insertions. 248 point deletions. 126691 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 256.419. 250 point insertions. 248 point deletions. 127196 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 254.612. 250 point insertions. 248 point deletions. 129032 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 232.545. 250 point insertions. 248 point deletions. 130722 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 249.716. 250 point insertions. 248 point deletions. 127285 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 255.662. 250 point insertions. 248 point deletions. 130721 distance computations. 249 closest pair computations. Total (wall clock) time: 0.133333s. Total weight = 243.871. 250 point insertions. 248 point deletions. 131804 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 248.282. Average time = 0.118333s. Standard deviation = 0.00527046s.