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: 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: 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: b 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1275.92s. Total weight = 1410.11. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1279.85s. Total weight = 1410.64. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1285.92s. Total weight = 1412.65. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1282.23s. Total weight = 1399.45. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1278.13s. Total weight = 1410.9. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1284.35s. Total weight = 1393.94. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1277.15s. Total weight = 1406.52. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1281.85s. Total weight = 1420.08. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1277.47s. Total weight = 1399.74. 1000 point insertions. 0 point deletions. 499996504 distance computations. 998 closest pair computations. Total (wall clock) time: 1275s. Total weight = 1393.65. Average time = 1279.79s. Standard deviation = 3.67583s.