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 Use a minus sign (e.g. "-g") for maximization versions Your choice: -i 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 748 point insertions. 498 point deletions. 2472112 distance computations. 248 closest pair computations. Total (wall clock) time: 2.25s. Total weight = 254.342. 748 point insertions. 498 point deletions. 2441884 distance computations. 248 closest pair computations. Total (wall clock) time: 2.21667s. Total weight = 244.703. 748 point insertions. 498 point deletions. 2490886 distance computations. 248 closest pair computations. Total (wall clock) time: 2.26667s. Total weight = 253.982. 748 point insertions. 498 point deletions. 2451253 distance computations. 248 closest pair computations. Total (wall clock) time: 2.21667s. Total weight = 255.967. 748 point insertions. 498 point deletions. 2477650 distance computations. 248 closest pair computations. Total (wall clock) time: 2.23333s. Total weight = 253.851. 748 point insertions. 498 point deletions. 2584024 distance computations. 248 closest pair computations. Total (wall clock) time: 2.33333s. Total weight = 232.203. 748 point insertions. 498 point deletions. 2472559 distance computations. 248 closest pair computations. Total (wall clock) time: 2.23333s. Total weight = 248.688. 748 point insertions. 498 point deletions. 2439613 distance computations. 248 closest pair computations. Total (wall clock) time: 2.21667s. Total weight = 255.43. 748 point insertions. 498 point deletions. 2369632 distance computations. 248 closest pair computations. Total (wall clock) time: 2.15s. Total weight = 243.837. 748 point insertions. 498 point deletions. 2533624 distance computations. 248 closest pair computations. Total (wall clock) time: 2.3s. Total weight = 247.768. Average time = 2.24167s. Standard deviation = 0.0504608s.