Random number seed: 12349 Number of iterations: 10 Number of points: 500 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 1498 point insertions. 998 point deletions. 12050146 distance computations. 498 closest pair computations. Total (wall clock) time: 11.3s. Total weight = 501.061. 1498 point insertions. 998 point deletions. 12242074 distance computations. 498 closest pair computations. Total (wall clock) time: 11.4833s. Total weight = 510.534. 1498 point insertions. 998 point deletions. 12102025 distance computations. 498 closest pair computations. Total (wall clock) time: 11.3667s. Total weight = 487.408. 1498 point insertions. 998 point deletions. 12288580 distance computations. 498 closest pair computations. Total (wall clock) time: 11.5333s. Total weight = 505.103. 1498 point insertions. 998 point deletions. 11485315 distance computations. 498 closest pair computations. Total (wall clock) time: 10.8833s. Total weight = 492.851. 1498 point insertions. 998 point deletions. 12272998 distance computations. 498 closest pair computations. Total (wall clock) time: 11.5333s. Total weight = 516.288. 1498 point insertions. 998 point deletions. 11780527 distance computations. 498 closest pair computations. Total (wall clock) time: 11.1167s. Total weight = 480.222. 1498 point insertions. 998 point deletions. 12221872 distance computations. 498 closest pair computations. Total (wall clock) time: 11.5s. Total weight = 502.828. 1498 point insertions. 998 point deletions. 11917321 distance computations. 498 closest pair computations. Total (wall clock) time: 11.1833s. Total weight = 497.744. 1498 point insertions. 998 point deletions. 10053205 distance computations. 498 closest pair computations. Total (wall clock) time: 9.63333s. Total weight = 511.388. Average time = 11.1533s. Standard deviation = 0.574499s.