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: f 250 point insertions. 248 point deletions. 62492 distance computations. 249 closest pair computations. Total (wall clock) time: 0.0666667s. Total weight = 254.565. 250 point insertions. 248 point deletions. 60725 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 244.719. 250 point insertions. 248 point deletions. 58936 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 254.502. 250 point insertions. 248 point deletions. 61028 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 256.419. 250 point insertions. 248 point deletions. 61335 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 254.612. 250 point insertions. 248 point deletions. 60321 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 232.545. 250 point insertions. 248 point deletions. 59453 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 249.716. 250 point insertions. 248 point deletions. 61785 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 255.662. 250 point insertions. 248 point deletions. 62687 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 243.871. 250 point insertions. 248 point deletions. 64311 distance computations. 249 closest pair computations. Total (wall clock) time: 0.05s. Total weight = 248.282. Average time = 0.0516667s. Standard deviation = 0.00527046s.