Random number seed: 12349 Number of iterations: 10 Number of points: 4000 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: h 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: s Dimension: 31 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 4000 point insertions. 3999 point deletions. 33436137 distance computations. 3999 closest pair computations. Total (wall clock) time: 243.583s. Total weight = 368.932. 4000 point insertions. 3999 point deletions. 33603602 distance computations. 3999 closest pair computations. Total (wall clock) time: 244.683s. Total weight = 369.506. 4000 point insertions. 3999 point deletions. 33663067 distance computations. 3999 closest pair computations. Total (wall clock) time: 244.983s. Total weight = 372.56. 4000 point insertions. 3999 point deletions. 33482075 distance computations. 3999 closest pair computations. Total (wall clock) time: 243.767s. Total weight = 372.029. 4000 point insertions. 3999 point deletions. 33680410 distance computations. 3999 closest pair computations. Total (wall clock) time: 245.217s. Total weight = 371.858. 4000 point insertions. 3999 point deletions. 33366904 distance computations. 3999 closest pair computations. Total (wall clock) time: 242.733s. Total weight = 371.363. 4000 point insertions. 3999 point deletions. 33467002 distance computations. 3999 closest pair computations. Total (wall clock) time: 243.55s. Total weight = 368.611. 4000 point insertions. 3999 point deletions. 33739653 distance computations. 3999 closest pair computations. Total (wall clock) time: 245.75s. Total weight = 373.327. 4000 point insertions. 3999 point deletions. 33418588 distance computations. 3999 closest pair computations. Total (wall clock) time: 243.25s. Total weight = 369.954. 4000 point insertions. 3999 point deletions. 33605745 distance computations. 3999 closest pair computations. Total (wall clock) time: 244.75s. Total weight = 369.984. Average time = 244.227s. Standard deviation = 0.978825s.