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: 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: m 499 point insertions. 498 point deletions. 128734 distance computations. 249 closest pair computations. Total (wall clock) time: 0.683333s. Total weight = 65.9377. 499 point insertions. 498 point deletions. 132364 distance computations. 249 closest pair computations. Total (wall clock) time: 0.7s. Total weight = 67.4897. 499 point insertions. 498 point deletions. 126418 distance computations. 249 closest pair computations. Total (wall clock) time: 0.666667s. Total weight = 65.1161. 499 point insertions. 498 point deletions. 126045 distance computations. 249 closest pair computations. Total (wall clock) time: 0.666667s. Total weight = 67.0753. 499 point insertions. 498 point deletions. 132838 distance computations. 249 closest pair computations. Total (wall clock) time: 0.7s. Total weight = 67.5097. 499 point insertions. 498 point deletions. 129013 distance computations. 249 closest pair computations. Total (wall clock) time: 0.683333s. Total weight = 66.6554. 499 point insertions. 498 point deletions. 130029 distance computations. 249 closest pair computations. Total (wall clock) time: 0.683333s. Total weight = 65.0042. 499 point insertions. 498 point deletions. 131060 distance computations. 249 closest pair computations. Total (wall clock) time: 0.7s. Total weight = 66.5841. 499 point insertions. 498 point deletions. 133750 distance computations. 249 closest pair computations. Total (wall clock) time: 0.7s. Total weight = 66.3306. 499 point insertions. 498 point deletions. 128038 distance computations. 249 closest pair computations. Total (wall clock) time: 0.666667s. Total weight = 65.5318. Average time = 0.685s. Standard deviation = 0.0145933s.