Random number seed: 12349 Number of iterations: 10 Number of points: 16000 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: g 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: n 16000 point insertions. 16000 point deletions. 365866564 distance computations. 8000 closest pair computations. Total (wall clock) time: 1525.85s. Total weight = 7018.34. 16000 point insertions. 16000 point deletions. 367658801 distance computations. 8000 closest pair computations. Total (wall clock) time: 1532.23s. Total weight = 7041.41. 16000 point insertions. 16000 point deletions. 366641782 distance computations. 8000 closest pair computations. Total (wall clock) time: 1527.72s. Total weight = 7059.77. 16000 point insertions. 16000 point deletions. 364433185 distance computations. 8000 closest pair computations. Total (wall clock) time: 1520.5s. Total weight = 7001.55. 16000 point insertions. 16000 point deletions. 364207877 distance computations. 8000 closest pair computations. Total (wall clock) time: 1518.62s. Total weight = 7010.01. 16000 point insertions. 16000 point deletions. 367331539 distance computations. 8000 closest pair computations. Total (wall clock) time: 1531.6s. Total weight = 7029.86. 16000 point insertions. 16000 point deletions. 364049173 distance computations. 8000 closest pair computations. Total (wall clock) time: 1518.37s. Total weight = 7014.20. 16000 point insertions. 16000 point deletions. 365514483 distance computations. 8000 closest pair computations. Total (wall clock) time: 1522.82s. Total weight = 7021.82. 16000 point insertions. 16000 point deletions. 364429908 distance computations. 8000 closest pair computations. Total (wall clock) time: 1519.57s. Total weight = 7014.16. 16000 point insertions. 16000 point deletions. 365970986 distance computations. 8000 closest pair computations. Total (wall clock) time: 1526.2s. Total weight = 7010.86. Average time = 1524.35s. Standard deviation = 5.16873s.