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 r = ray-intersection diagram Use a minus sign (e.g. "-g") for maximization versions Your choice: -m 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: m 250 point insertions. 248 point deletions. 122814 distance computations. 249 closest pair computations. Total (wall clock) time: 0.1s. Total weight = 254.565. 250 point insertions. 248 point deletions. 123864 distance computations. 249 closest pair computations. Total (wall clock) time: 0.1s. Total weight = 244.719. 250 point insertions. 248 point deletions. 122204 distance computations. 249 closest pair computations. Total (wall clock) time: 0.1s. Total weight = 254.502. 250 point insertions. 248 point deletions. 123730 distance computations. 249 closest pair computations. Total (wall clock) time: 0.1s. Total weight = 256.419. 250 point insertions. 248 point deletions. 124779 distance computations. 249 closest pair computations. Total (wall clock) time: 0.1s. Total weight = 254.612. 250 point insertions. 248 point deletions. 125366 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 232.545. 250 point insertions. 248 point deletions. 125337 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 249.716. 250 point insertions. 248 point deletions. 124856 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 255.662. 250 point insertions. 248 point deletions. 127121 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 243.871. 250 point insertions. 248 point deletions. 128561 distance computations. 249 closest pair computations. Total (wall clock) time: 0.116667s. Total weight = 248.282. Average time = 0.108333s. Standard deviation = 0.00878410s.