From 394b8de4d90616b6968ee9f384bb749f9170fcff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Thu, 16 Aug 2012 09:44:11 +0000 Subject: [PATCH] Merge the Bounding_volumes package from its parts Merge Min_circle_2, Min_ellipse_2, Min_sphere_d, Min_annulus_d, Min_sphere_of_spheres_d, Min_quadrilateral_2 and Approximate_min_ellipsoid_d. The documentation from the part that is in Matrix_search has also been moved here, but not the code. Add a new don't submit that covers the old ones, combine the package_info files. Examples and tests are still in separate folders. Merge them in a separate step. --- .gitattributes | 41 +++--- .gitignore | 48 ------- Approximate_min_ellipsoid_d/dont_submit | 1 - .../Approximate_min_ellipsoid_d/copyright | 1 - .../description.txt | 2 - .../Approximate_min_ellipsoid_d/maintainer | 1 - .../demo/Min_circle_2/CMakeLists.txt | 0 .../Qt_widget_move_list_point.cpp | 0 .../Min_circle_2/Qt_widget_move_list_point.h | 0 .../demo/Min_circle_2/help/index.html | 0 .../demo/Min_circle_2/min_circle_2_demo.cpp | 0 .../Min_circle_2/min_circle_2_toolbar.cpp | 0 .../demo/Min_circle_2/min_circle_2_toolbar.h | 0 .../demo/Min_ellipse_2/CMakeLists.txt | 0 .../Qt_widget_move_list_point.cpp | 0 .../Min_ellipse_2/Qt_widget_move_list_point.h | 0 .../demo/Min_ellipse_2/Qt_widget_toolbar.cpp | 0 .../demo/Min_ellipse_2/Qt_widget_toolbar.h | 0 .../demo/Min_ellipse_2/help/index.html | 0 .../demo/Min_ellipse_2/min_ellipse_2_demo.cpp | 0 .../Min_quadrilateral_2/CMakeLists.txt | 0 .../Qt_widget_move_list_point.cpp | 0 .../Qt_widget_move_list_point.h | 0 .../Min_quadrilateral_2/Qt_widget_toolbar.cpp | 0 .../Min_quadrilateral_2/Qt_widget_toolbar.h | 0 .../Qt_widget_toolbar_layers.cpp | 0 .../Qt_widget_toolbar_layers.h | 0 .../Min_quadrilateral_2/help/index.html | 0 .../min_quadrilateral_2.cpp | 0 .../min_quadrilateral_layers.h | 0 .../Bounding_volumes/PkgDescription.tex | 0 .../doc_tex/Bounding_volumes/annulus.gif | Bin .../doc_tex/Bounding_volumes/annulus.pdf | Bin .../doc_tex/Bounding_volumes/ball.gif | Bin .../doc_tex/Bounding_volumes/ball.pdf | Bin .../doc_tex/Bounding_volumes/main.tex | 0 .../doc_tex/Bounding_volumes/minCircle.png | Bin .../doc_tex/Bounding_volumes/pcenter.gif | Bin .../doc_tex/Bounding_volumes/pcenter.pdf | Bin .../doc_tex/Bounding_volumes/user_part.tex | 0 .../ApproximateMinEllipsoid_d_Traits_d.tex | 0 .../Approximate_min_ellipsoid_d.tex | 0 .../Approximate_min_ellipsoid_d_traits_2.tex | 0 .../Approximate_min_ellipsoid_d_traits_3.tex | 0 .../Approximate_min_ellipsoid_d_traits_d.tex | 0 .../Bounding_volumes_ref/MinCircle2Traits.tex | 0 .../MinEllipse2Traits.tex | 0 .../MinSphereAnnulusDTraits.tex | 0 .../MinSphereOfSpheresTraits.tex | 0 .../Bounding_volumes_ref/Min_annulus_d.tex | 0 .../Bounding_volumes_ref/Min_circle_2.tex | 0 .../Min_circle_2_traits_2.tex | 0 .../Bounding_volumes_ref/Min_ellipse_2.tex | 0 .../Min_ellipse_2_traits.tex | 0 .../Min_ellipse_2_traits_2.tex | 0 .../Min_sphere_annulus_d_traits_2.tex | 0 .../Min_sphere_annulus_d_traits_3.tex | 0 .../Min_sphere_annulus_d_traits_d.tex | 0 .../Bounding_volumes_ref/Min_sphere_d.tex | 0 .../Min_sphere_of_points_d_traits_2.tex | 0 .../Min_sphere_of_points_d_traits_3.tex | 0 .../Min_sphere_of_points_d_traits_d.tex | 0 .../Min_sphere_of_spheres_d.tex | 0 .../Bounding_volumes_ref/Traits_model_2.tex | 0 .../Bounding_volumes_ref/Traits_model_3.tex | 0 .../Bounding_volumes_ref/Traits_model_d.tex | 0 .../doc_tex/Bounding_volumes_ref/intro.tex | 0 .../doc_tex/Bounding_volumes_ref/main.tex | 0 .../main_Approximate_min_ellipsoid_d.tex | 0 .../main_Min_annulus_d.tex | 0 .../main_Min_circle_2.tex | 0 .../main_Min_ellipse_2.tex | 0 .../main_Min_quadrilateral_2.tex | 0 .../main_Min_sphere_d.tex | 0 .../main_Min_sphere_of_spheres_d.tex | 0 .../main_Rectangular_p_centers.tex | 0 .../Bounding_volumes_ref/spec_oops.tex | 0 .../spec_rectangular_p_centers.tex | 0 Bounding_volumes/dont_submit | 4 + .../Approximate_min_ellipsoid_d/ellipsoid.cpp | 0 .../ellipsoid_for_maple.cpp | 0 .../examples/Min_annulus_d/min_annulus_d.cpp | 0 .../min_annulus_d_fast_exact.cpp | 0 .../examples/Min_circle_2/min_circle_2.cpp | 0 .../examples/Min_ellipse_2/min_ellipse_2.cpp | 0 .../minimum_enclosing_parallelogram_2.cpp | 0 .../minimum_enclosing_rectangle_2.cpp | 0 .../minimum_enclosing_strip_2.cpp | 0 .../examples/Min_sphere_d/min_sphere_d.cpp | 0 .../Min_sphere_of_spheres_d/benchmark.cpp | 0 .../min_sphere_of_spheres_d_2.cpp | 0 .../min_sphere_of_spheres_d_3.cpp | 0 .../min_sphere_of_spheres_d_d.cpp | 0 .../CGAL/Approximate_min_ellipsoid_d.h | 0 .../Approximate_min_ellipsoid_d_configure.h | 0 .../Approximate_min_ellipsoid_d_debug.h | 0 .../Approximate_min_ellipsoid_d_impl.h | 0 .../Khachiyan_approximation.h | 0 .../Khachiyan_approximation_impl.h | 0 .../Approximate_min_ellipsoid_d_traits_2.h | 0 .../Approximate_min_ellipsoid_d_traits_3.h | 0 .../Approximate_min_ellipsoid_d_traits_d.h | 0 .../include/CGAL/Min_annulus_d.h | 0 .../include/CGAL/Min_circle_2.h | 0 .../Min_circle_2/Min_circle_2_adapterC2.h | 0 .../Min_circle_2/Min_circle_2_adapterH2.h | 0 .../CGAL/Min_circle_2/Min_circle_2_impl.h | 0 .../CGAL/Min_circle_2/Optimisation_circle_2.h | 0 .../Min_circle_2/Optimisation_circle_2_impl.h | 0 .../include/CGAL/Min_circle_2_traits_2.h | 0 .../include/CGAL/Min_ellipse_2.h | 0 .../Min_ellipse_2/Min_ellipse_2_adapterC2.h | 0 .../Min_ellipse_2/Min_ellipse_2_adapterH2.h | 0 .../CGAL/Min_ellipse_2/Min_ellipse_2_impl.h | 0 .../Min_ellipse_2/Optimisation_ellipse_2.h | 0 .../Optimisation_ellipse_2_impl.h | 0 .../include/CGAL/Min_ellipse_2_traits_2.h | 0 .../include/CGAL/Min_quadrilateral_traits_2.h | 0 .../CGAL/Min_sphere_annulus_d_traits_2.h | 0 .../CGAL/Min_sphere_annulus_d_traits_3.h | 0 .../CGAL/Min_sphere_annulus_d_traits_d.h | 0 .../include/CGAL/Min_sphere_d.h | 0 .../CGAL/Min_sphere_d/Min_sphere_d_impl.h | 0 .../CGAL/Min_sphere_d/Optimisation_sphere_d.h | 0 .../CGAL/Min_sphere_of_points_d_traits_2.h | 0 .../CGAL/Min_sphere_of_points_d_traits_3.h | 0 .../CGAL/Min_sphere_of_points_d_traits_d.h | 0 .../include/CGAL/Min_sphere_of_spheres_d.h | 0 .../Min_sphere_of_spheres_d_configure.h | 0 .../Min_sphere_of_spheres_d_impl.h | 0 .../Min_sphere_of_spheres_d_pair.h | 0 .../Min_sphere_of_spheres_d_pivot_impl.h | 0 .../Min_sphere_of_spheres_d_support_set.h | 0 ...Min_sphere_of_spheres_d_support_set_impl.h | 0 .../CGAL/Min_sphere_of_spheres_d_traits_2.h | 0 .../CGAL/Min_sphere_of_spheres_d_traits_3.h | 0 .../CGAL/Min_sphere_of_spheres_d_traits_d.h | 0 ...Minimum_enclosing_quadrilateral_traits_2.h | 0 .../include/CGAL/min_quadrilateral_2.h | 0 .../CGAL/minimum_enclosing_quadrilateral_2.h | 0 .../package_info/Bounding_volumes/copyright | 17 +++ .../Bounding_volumes/description.txt | 36 +++++ .../Bounding_volumes}/license.txt | 0 .../package_info/Bounding_volumes/maintainer | 34 +++++ .../Approximate_min_ellipsoid_d/testsuite.cpp | 0 .../test/Min_annulus_d/test_Min_annulus_d.h | 0 .../Min_annulus_d/test_Min_annulus_d_2.cpp | 0 .../Min_annulus_d/test_Min_annulus_d_3.cpp | 0 .../Min_annulus_d/test_Min_annulus_d_d.cpp | 0 .../test/Min_circle_2/test_Min_circle.cmd | 0 .../test/Min_circle_2/test_Min_circle.cpp | 0 .../test/Min_ellipse_2/test_Min_ellipse_2.cmd | 0 .../test/Min_ellipse_2/test_Min_ellipse_2.cpp | 0 ...nimum_enclosing_quadrilateral_2_test_C.cpp | 0 ...nimum_enclosing_quadrilateral_2_test_H.cpp | 0 ..._enclosing_quadrilateral_2_test_traits.cpp | 0 .../test/Min_sphere_d/min_sphere_test.cpp | 0 .../Min_sphere_d/min_sphere_traits_2_test.cpp | 0 .../Min_sphere_d/min_sphere_traits_3_test.cpp | 0 .../interface_check.cpp | 0 .../Min_sphere_of_spheres_d/lp-alg-double.cpp | 0 .../Min_sphere_of_spheres_d/lp-alg-exact.cpp | 0 .../min_sphere_of_points.cpp | 0 .../test_extensive/README | 0 .../data/almost_cospherical_points_10.data | 0 .../data/almost_cospherical_points_3.data | 0 .../stability/data/balls_on_boundary_2.data | 0 .../stability/data/balls_on_boundary_3.data | 0 .../cocircular_points_large_radius_2.data | 0 .../cocircular_points_small_radius_2.data | 0 .../stability/data/cube_10.data | 0 .../stability/data/cube_12.data | 0 .../data/longitude_latitude_model_3.data | 0 .../stability/data/random_points_10.data | 0 .../stability/data/random_points_3.data | 0 .../stability/data/random_points_5.data | 0 .../test_extensive/stability/data/results.0 | 0 .../stability/data/results.0.exact | 0 .../test_extensive/stability/data/results.1 | 0 .../stability/data/results.1.exact | 0 .../test_extensive/stability/data/results.10 | 0 .../stability/data/results.10.exact | 0 .../test_extensive/stability/data/results.100 | 0 .../stability/data/results.100.exact | 0 .../test_extensive/stability/data/results.101 | 0 .../stability/data/results.101.exact | 0 .../test_extensive/stability/data/results.102 | 0 .../stability/data/results.102.exact | 0 .../test_extensive/stability/data/results.103 | 0 .../stability/data/results.103.exact | 0 .../test_extensive/stability/data/results.104 | 0 .../stability/data/results.104.exact | 0 .../test_extensive/stability/data/results.105 | 0 .../stability/data/results.105.exact | 0 .../test_extensive/stability/data/results.106 | 0 .../stability/data/results.106.exact | 0 .../test_extensive/stability/data/results.107 | 0 .../stability/data/results.107.exact | 0 .../test_extensive/stability/data/results.108 | 0 .../stability/data/results.108.exact | 0 .../test_extensive/stability/data/results.109 | 0 .../stability/data/results.109.exact | 0 .../test_extensive/stability/data/results.11 | 0 .../stability/data/results.11.exact | 0 .../test_extensive/stability/data/results.110 | 0 .../stability/data/results.110.exact | 0 .../test_extensive/stability/data/results.111 | 0 .../stability/data/results.111.exact | 0 .../test_extensive/stability/data/results.112 | 0 .../stability/data/results.112.exact | 0 .../test_extensive/stability/data/results.113 | 0 .../stability/data/results.113.exact | 0 .../test_extensive/stability/data/results.114 | 0 .../stability/data/results.114.exact | 0 .../test_extensive/stability/data/results.115 | 0 .../stability/data/results.115.exact | 0 .../test_extensive/stability/data/results.116 | 0 .../stability/data/results.116.exact | 0 .../test_extensive/stability/data/results.117 | 0 .../stability/data/results.117.exact | 0 .../test_extensive/stability/data/results.118 | 0 .../stability/data/results.118.exact | 0 .../test_extensive/stability/data/results.119 | 0 .../stability/data/results.119.exact | 0 .../test_extensive/stability/data/results.12 | 0 .../stability/data/results.12.exact | 0 .../test_extensive/stability/data/results.120 | 0 .../stability/data/results.120.exact | 0 .../test_extensive/stability/data/results.121 | 0 .../stability/data/results.121.exact | 0 .../test_extensive/stability/data/results.122 | 0 .../stability/data/results.122.exact | 0 .../test_extensive/stability/data/results.123 | 0 .../stability/data/results.123.exact | 0 .../test_extensive/stability/data/results.124 | 0 .../stability/data/results.124.exact | 0 .../test_extensive/stability/data/results.125 | 0 .../stability/data/results.125.exact | 0 .../test_extensive/stability/data/results.126 | 0 .../stability/data/results.126.exact | 0 .../test_extensive/stability/data/results.127 | 0 .../stability/data/results.127.exact | 0 .../test_extensive/stability/data/results.128 | 0 .../stability/data/results.128.exact | 0 .../test_extensive/stability/data/results.129 | 0 .../stability/data/results.129.exact | 0 .../test_extensive/stability/data/results.13 | 0 .../stability/data/results.13.exact | 0 .../test_extensive/stability/data/results.130 | 0 .../stability/data/results.130.exact | 0 .../test_extensive/stability/data/results.131 | 0 .../stability/data/results.131.exact | 0 .../test_extensive/stability/data/results.132 | 0 .../stability/data/results.132.exact | 0 .../test_extensive/stability/data/results.133 | 0 .../stability/data/results.133.exact | 0 .../test_extensive/stability/data/results.134 | 0 .../stability/data/results.134.exact | 0 .../test_extensive/stability/data/results.135 | 0 .../stability/data/results.135.exact | 0 .../test_extensive/stability/data/results.136 | 0 .../stability/data/results.136.exact | 0 .../test_extensive/stability/data/results.137 | 0 .../stability/data/results.137.exact | 0 .../test_extensive/stability/data/results.138 | 0 .../stability/data/results.138.exact | 0 .../test_extensive/stability/data/results.139 | 0 .../stability/data/results.139.exact | 0 .../test_extensive/stability/data/results.14 | 0 .../stability/data/results.14.exact | 0 .../test_extensive/stability/data/results.140 | 0 .../stability/data/results.140.exact | 0 .../test_extensive/stability/data/results.141 | 0 .../stability/data/results.141.exact | 0 .../test_extensive/stability/data/results.142 | 0 .../stability/data/results.142.exact | 0 .../test_extensive/stability/data/results.143 | 0 .../stability/data/results.143.exact | 0 .../test_extensive/stability/data/results.144 | 0 .../stability/data/results.144.exact | 0 .../test_extensive/stability/data/results.145 | 0 .../stability/data/results.145.exact | 0 .../test_extensive/stability/data/results.146 | 0 .../stability/data/results.146.exact | 0 .../test_extensive/stability/data/results.147 | 0 .../stability/data/results.147.exact | 0 .../test_extensive/stability/data/results.148 | 0 .../stability/data/results.148.exact | 0 .../test_extensive/stability/data/results.149 | 0 .../stability/data/results.149.exact | 0 .../test_extensive/stability/data/results.15 | 0 .../stability/data/results.15.exact | 0 .../test_extensive/stability/data/results.150 | 0 .../stability/data/results.150.exact | 0 .../test_extensive/stability/data/results.151 | 0 .../stability/data/results.151.exact | 0 .../test_extensive/stability/data/results.152 | 0 .../stability/data/results.152.exact | 0 .../test_extensive/stability/data/results.153 | 0 .../stability/data/results.153.exact | 0 .../test_extensive/stability/data/results.154 | 0 .../stability/data/results.154.exact | 0 .../test_extensive/stability/data/results.155 | 0 .../stability/data/results.155.exact | 0 .../test_extensive/stability/data/results.156 | 0 .../stability/data/results.156.exact | 0 .../test_extensive/stability/data/results.157 | 0 .../stability/data/results.157.exact | 0 .../test_extensive/stability/data/results.158 | 0 .../stability/data/results.158.exact | 0 .../test_extensive/stability/data/results.159 | 0 .../stability/data/results.159.exact | 0 .../test_extensive/stability/data/results.16 | 0 .../stability/data/results.16.exact | 0 .../test_extensive/stability/data/results.160 | 0 .../stability/data/results.160.exact | 0 .../test_extensive/stability/data/results.161 | 0 .../stability/data/results.161.exact | 0 .../test_extensive/stability/data/results.162 | 0 .../stability/data/results.162.exact | 0 .../test_extensive/stability/data/results.163 | 0 .../stability/data/results.163.exact | 0 .../test_extensive/stability/data/results.164 | 0 .../stability/data/results.164.exact | 0 .../test_extensive/stability/data/results.165 | 0 .../stability/data/results.165.exact | 0 .../test_extensive/stability/data/results.166 | 0 .../stability/data/results.166.exact | 0 .../test_extensive/stability/data/results.167 | 0 .../stability/data/results.167.exact | 0 .../test_extensive/stability/data/results.168 | 0 .../stability/data/results.168.exact | 0 .../test_extensive/stability/data/results.169 | 0 .../stability/data/results.169.exact | 0 .../test_extensive/stability/data/results.17 | 0 .../stability/data/results.17.exact | 0 .../test_extensive/stability/data/results.170 | 0 .../stability/data/results.170.exact | 0 .../test_extensive/stability/data/results.171 | 0 .../stability/data/results.171.exact | 0 .../test_extensive/stability/data/results.172 | 0 .../stability/data/results.172.exact | 0 .../test_extensive/stability/data/results.173 | 0 .../stability/data/results.173.exact | 0 .../test_extensive/stability/data/results.174 | 0 .../stability/data/results.174.exact | 0 .../test_extensive/stability/data/results.175 | 0 .../stability/data/results.175.exact | 0 .../test_extensive/stability/data/results.176 | 0 .../stability/data/results.176.exact | 0 .../test_extensive/stability/data/results.177 | 0 .../stability/data/results.177.exact | 0 .../test_extensive/stability/data/results.178 | 0 .../stability/data/results.178.exact | 0 .../test_extensive/stability/data/results.179 | 0 .../stability/data/results.179.exact | 0 .../test_extensive/stability/data/results.18 | 0 .../stability/data/results.18.exact | 0 .../test_extensive/stability/data/results.180 | 0 .../stability/data/results.180.exact | 0 .../test_extensive/stability/data/results.181 | 0 .../stability/data/results.181.exact | 0 .../test_extensive/stability/data/results.182 | 0 .../stability/data/results.182.exact | 0 .../test_extensive/stability/data/results.183 | 0 .../stability/data/results.183.exact | 0 .../test_extensive/stability/data/results.184 | 0 .../stability/data/results.184.exact | 0 .../test_extensive/stability/data/results.185 | 0 .../stability/data/results.185.exact | 0 .../test_extensive/stability/data/results.186 | 0 .../stability/data/results.186.exact | 0 .../test_extensive/stability/data/results.187 | 0 .../stability/data/results.187.exact | 0 .../test_extensive/stability/data/results.188 | 0 .../stability/data/results.188.exact | 0 .../test_extensive/stability/data/results.189 | 0 .../stability/data/results.189.exact | 0 .../test_extensive/stability/data/results.19 | 0 .../stability/data/results.19.exact | 0 .../test_extensive/stability/data/results.190 | 0 .../stability/data/results.190.exact | 0 .../test_extensive/stability/data/results.191 | 0 .../stability/data/results.191.exact | 0 .../test_extensive/stability/data/results.192 | 0 .../stability/data/results.192.exact | 0 .../test_extensive/stability/data/results.193 | 0 .../stability/data/results.193.exact | 0 .../test_extensive/stability/data/results.194 | 0 .../stability/data/results.194.exact | 0 .../test_extensive/stability/data/results.195 | 0 .../stability/data/results.195.exact | 0 .../test_extensive/stability/data/results.196 | 0 .../stability/data/results.196.exact | 0 .../test_extensive/stability/data/results.197 | 0 .../stability/data/results.197.exact | 0 .../test_extensive/stability/data/results.198 | 0 .../stability/data/results.198.exact | 0 .../test_extensive/stability/data/results.199 | 0 .../stability/data/results.199.exact | 0 .../test_extensive/stability/data/results.2 | 0 .../stability/data/results.2.exact | 0 .../test_extensive/stability/data/results.20 | 0 .../stability/data/results.20.exact | 0 .../test_extensive/stability/data/results.200 | 0 .../stability/data/results.200.exact | 0 .../test_extensive/stability/data/results.201 | 0 .../stability/data/results.201.exact | 0 .../test_extensive/stability/data/results.202 | 0 .../stability/data/results.202.exact | 0 .../test_extensive/stability/data/results.203 | 0 .../stability/data/results.203.exact | 0 .../test_extensive/stability/data/results.204 | 0 .../stability/data/results.204.exact | 0 .../test_extensive/stability/data/results.205 | 0 .../stability/data/results.205.exact | 0 .../test_extensive/stability/data/results.206 | 0 .../stability/data/results.206.exact | 0 .../test_extensive/stability/data/results.207 | 0 .../stability/data/results.207.exact | 0 .../test_extensive/stability/data/results.208 | 0 .../stability/data/results.208.exact | 0 .../test_extensive/stability/data/results.209 | 0 .../stability/data/results.209.exact | 0 .../test_extensive/stability/data/results.21 | 0 .../stability/data/results.21.exact | 0 .../test_extensive/stability/data/results.210 | 0 .../stability/data/results.210.exact | 0 .../test_extensive/stability/data/results.211 | 0 .../stability/data/results.211.exact | 0 .../test_extensive/stability/data/results.212 | 0 .../stability/data/results.212.exact | 0 .../test_extensive/stability/data/results.213 | 0 .../stability/data/results.213.exact | 0 .../test_extensive/stability/data/results.214 | 0 .../stability/data/results.214.exact | 0 .../test_extensive/stability/data/results.215 | 0 .../stability/data/results.215.exact | 0 .../test_extensive/stability/data/results.216 | 0 .../stability/data/results.216.exact | 0 .../test_extensive/stability/data/results.217 | 0 .../stability/data/results.217.exact | 0 .../test_extensive/stability/data/results.218 | 0 .../stability/data/results.218.exact | 0 .../test_extensive/stability/data/results.219 | 0 .../stability/data/results.219.exact | 0 .../test_extensive/stability/data/results.22 | 0 .../stability/data/results.22.exact | 0 .../test_extensive/stability/data/results.220 | 0 .../stability/data/results.220.exact | 0 .../test_extensive/stability/data/results.221 | 0 .../stability/data/results.221.exact | 0 .../test_extensive/stability/data/results.222 | 0 .../stability/data/results.222.exact | 0 .../test_extensive/stability/data/results.223 | 0 .../stability/data/results.223.exact | 0 .../test_extensive/stability/data/results.224 | 0 .../stability/data/results.224.exact | 0 .../test_extensive/stability/data/results.225 | 0 .../stability/data/results.225.exact | 0 .../test_extensive/stability/data/results.226 | 0 .../stability/data/results.226.exact | 0 .../test_extensive/stability/data/results.227 | 0 .../stability/data/results.227.exact | 0 .../test_extensive/stability/data/results.228 | 0 .../stability/data/results.228.exact | 0 .../test_extensive/stability/data/results.229 | 0 .../stability/data/results.229.exact | 0 .../test_extensive/stability/data/results.23 | 0 .../stability/data/results.23.exact | 0 .../test_extensive/stability/data/results.230 | 0 .../stability/data/results.230.exact | 0 .../test_extensive/stability/data/results.231 | 0 .../stability/data/results.231.exact | 0 .../test_extensive/stability/data/results.232 | 0 .../stability/data/results.232.exact | 0 .../test_extensive/stability/data/results.233 | 0 .../stability/data/results.233.exact | 0 .../test_extensive/stability/data/results.234 | 0 .../stability/data/results.234.exact | 0 .../test_extensive/stability/data/results.235 | 0 .../stability/data/results.235.exact | 0 .../test_extensive/stability/data/results.236 | 0 .../stability/data/results.236.exact | 0 .../test_extensive/stability/data/results.237 | 0 .../stability/data/results.237.exact | 0 .../test_extensive/stability/data/results.238 | 0 .../stability/data/results.238.exact | 0 .../test_extensive/stability/data/results.239 | 0 .../stability/data/results.239.exact | 0 .../test_extensive/stability/data/results.24 | 0 .../stability/data/results.24.exact | 0 .../test_extensive/stability/data/results.240 | 0 .../stability/data/results.240.exact | 0 .../test_extensive/stability/data/results.241 | 0 .../stability/data/results.241.exact | 0 .../test_extensive/stability/data/results.242 | 0 .../stability/data/results.242.exact | 0 .../test_extensive/stability/data/results.243 | 0 .../stability/data/results.243.exact | 0 .../test_extensive/stability/data/results.244 | 0 .../stability/data/results.244.exact | 0 .../test_extensive/stability/data/results.245 | 0 .../stability/data/results.245.exact | 0 .../test_extensive/stability/data/results.246 | 0 .../stability/data/results.246.exact | 0 .../test_extensive/stability/data/results.247 | 0 .../stability/data/results.247.exact | 0 .../test_extensive/stability/data/results.248 | 0 .../stability/data/results.248.exact | 0 .../test_extensive/stability/data/results.249 | 0 .../stability/data/results.249.exact | 0 .../test_extensive/stability/data/results.25 | 0 .../stability/data/results.25.exact | 0 .../test_extensive/stability/data/results.250 | 0 .../stability/data/results.250.exact | 0 .../test_extensive/stability/data/results.251 | 0 .../stability/data/results.251.exact | 0 .../test_extensive/stability/data/results.252 | 0 .../stability/data/results.252.exact | 0 .../test_extensive/stability/data/results.253 | 0 .../stability/data/results.253.exact | 0 .../test_extensive/stability/data/results.254 | 0 .../stability/data/results.254.exact | 0 .../test_extensive/stability/data/results.255 | 0 .../stability/data/results.255.exact | 0 .../test_extensive/stability/data/results.256 | 0 .../stability/data/results.256.exact | 0 .../test_extensive/stability/data/results.257 | 0 .../stability/data/results.257.exact | 0 .../test_extensive/stability/data/results.258 | 0 .../stability/data/results.258.exact | 0 .../test_extensive/stability/data/results.259 | 0 .../stability/data/results.259.exact | 0 .../test_extensive/stability/data/results.26 | 0 .../stability/data/results.26.exact | 0 .../test_extensive/stability/data/results.260 | 0 .../stability/data/results.260.exact | 0 .../test_extensive/stability/data/results.261 | 0 .../stability/data/results.261.exact | 0 .../test_extensive/stability/data/results.262 | 0 .../stability/data/results.262.exact | 0 .../test_extensive/stability/data/results.263 | 0 .../stability/data/results.263.exact | 0 .../test_extensive/stability/data/results.264 | 0 .../stability/data/results.264.exact | 0 .../test_extensive/stability/data/results.265 | 0 .../stability/data/results.265.exact | 0 .../test_extensive/stability/data/results.266 | 0 .../stability/data/results.266.exact | 0 .../test_extensive/stability/data/results.267 | 0 .../stability/data/results.267.exact | 0 .../test_extensive/stability/data/results.268 | 0 .../stability/data/results.268.exact | 0 .../test_extensive/stability/data/results.269 | 0 .../stability/data/results.269.exact | 0 .../test_extensive/stability/data/results.27 | 0 .../stability/data/results.27.exact | 0 .../test_extensive/stability/data/results.270 | 0 .../stability/data/results.270.exact | 0 .../test_extensive/stability/data/results.271 | 0 .../stability/data/results.271.exact | 0 .../test_extensive/stability/data/results.272 | 0 .../stability/data/results.272.exact | 0 .../test_extensive/stability/data/results.273 | 0 .../stability/data/results.273.exact | 0 .../test_extensive/stability/data/results.274 | 0 .../stability/data/results.274.exact | 0 .../test_extensive/stability/data/results.275 | 0 .../stability/data/results.275.exact | 0 .../test_extensive/stability/data/results.276 | 0 .../stability/data/results.276.exact | 0 .../test_extensive/stability/data/results.277 | 0 .../stability/data/results.277.exact | 0 .../test_extensive/stability/data/results.278 | 0 .../stability/data/results.278.exact | 0 .../test_extensive/stability/data/results.279 | 0 .../stability/data/results.279.exact | 0 .../test_extensive/stability/data/results.28 | 0 .../stability/data/results.28.exact | 0 .../test_extensive/stability/data/results.29 | 0 .../stability/data/results.29.exact | 0 .../test_extensive/stability/data/results.3 | 0 .../stability/data/results.3.exact | 0 .../test_extensive/stability/data/results.30 | 0 .../stability/data/results.30.exact | 0 .../test_extensive/stability/data/results.31 | 0 .../stability/data/results.31.exact | 0 .../test_extensive/stability/data/results.32 | 0 .../stability/data/results.32.exact | 0 .../test_extensive/stability/data/results.33 | 0 .../stability/data/results.33.exact | 0 .../test_extensive/stability/data/results.34 | 0 .../stability/data/results.34.exact | 0 .../test_extensive/stability/data/results.35 | 0 .../stability/data/results.35.exact | 0 .../test_extensive/stability/data/results.36 | 0 .../stability/data/results.36.exact | 0 .../test_extensive/stability/data/results.37 | 0 .../stability/data/results.37.exact | 0 .../test_extensive/stability/data/results.38 | 0 .../stability/data/results.38.exact | 0 .../test_extensive/stability/data/results.39 | 0 .../stability/data/results.39.exact | 0 .../test_extensive/stability/data/results.4 | 0 .../stability/data/results.4.exact | 0 .../test_extensive/stability/data/results.40 | 0 .../stability/data/results.40.exact | 0 .../test_extensive/stability/data/results.41 | 0 .../stability/data/results.41.exact | 0 .../test_extensive/stability/data/results.42 | 0 .../stability/data/results.42.exact | 0 .../test_extensive/stability/data/results.43 | 0 .../stability/data/results.43.exact | 0 .../test_extensive/stability/data/results.44 | 0 .../stability/data/results.44.exact | 0 .../test_extensive/stability/data/results.45 | 0 .../stability/data/results.45.exact | 0 .../test_extensive/stability/data/results.46 | 0 .../stability/data/results.46.exact | 0 .../test_extensive/stability/data/results.47 | 0 .../stability/data/results.47.exact | 0 .../test_extensive/stability/data/results.48 | 0 .../stability/data/results.48.exact | 0 .../test_extensive/stability/data/results.49 | 0 .../stability/data/results.49.exact | 0 .../test_extensive/stability/data/results.5 | 0 .../stability/data/results.5.exact | 0 .../test_extensive/stability/data/results.50 | 0 .../stability/data/results.50.exact | 0 .../test_extensive/stability/data/results.51 | 0 .../stability/data/results.51.exact | 0 .../test_extensive/stability/data/results.52 | 0 .../stability/data/results.52.exact | 0 .../test_extensive/stability/data/results.53 | 0 .../stability/data/results.53.exact | 0 .../test_extensive/stability/data/results.54 | 0 .../stability/data/results.54.exact | 0 .../test_extensive/stability/data/results.55 | 0 .../stability/data/results.55.exact | 0 .../test_extensive/stability/data/results.56 | 0 .../stability/data/results.56.exact | 0 .../test_extensive/stability/data/results.57 | 0 .../stability/data/results.57.exact | 0 .../test_extensive/stability/data/results.58 | 0 .../stability/data/results.58.exact | 0 .../test_extensive/stability/data/results.59 | 0 .../stability/data/results.59.exact | 0 .../test_extensive/stability/data/results.6 | 0 .../stability/data/results.6.exact | 0 .../test_extensive/stability/data/results.60 | 0 .../stability/data/results.60.exact | 0 .../test_extensive/stability/data/results.61 | 0 .../stability/data/results.61.exact | 0 .../test_extensive/stability/data/results.62 | 0 .../stability/data/results.62.exact | 0 .../test_extensive/stability/data/results.63 | 0 .../stability/data/results.63.exact | 0 .../test_extensive/stability/data/results.64 | 0 .../stability/data/results.64.exact | 0 .../test_extensive/stability/data/results.65 | 0 .../stability/data/results.65.exact | 0 .../test_extensive/stability/data/results.66 | 0 .../stability/data/results.66.exact | 0 .../test_extensive/stability/data/results.67 | 0 .../stability/data/results.67.exact | 0 .../test_extensive/stability/data/results.68 | 0 .../stability/data/results.68.exact | 0 .../test_extensive/stability/data/results.69 | 0 .../stability/data/results.69.exact | 0 .../test_extensive/stability/data/results.7 | 0 .../stability/data/results.7.exact | 0 .../test_extensive/stability/data/results.70 | 0 .../stability/data/results.70.exact | 0 .../test_extensive/stability/data/results.71 | 0 .../stability/data/results.71.exact | 0 .../test_extensive/stability/data/results.72 | 0 .../stability/data/results.72.exact | 0 .../test_extensive/stability/data/results.73 | 0 .../stability/data/results.73.exact | 0 .../test_extensive/stability/data/results.74 | 0 .../stability/data/results.74.exact | 0 .../test_extensive/stability/data/results.75 | 0 .../stability/data/results.75.exact | 0 .../test_extensive/stability/data/results.76 | 0 .../stability/data/results.76.exact | 0 .../test_extensive/stability/data/results.77 | 0 .../stability/data/results.77.exact | 0 .../test_extensive/stability/data/results.78 | 0 .../stability/data/results.78.exact | 0 .../test_extensive/stability/data/results.79 | 0 .../stability/data/results.79.exact | 0 .../test_extensive/stability/data/results.8 | 0 .../stability/data/results.8.exact | 0 .../test_extensive/stability/data/results.80 | 0 .../stability/data/results.80.exact | 0 .../test_extensive/stability/data/results.81 | 0 .../stability/data/results.81.exact | 0 .../test_extensive/stability/data/results.82 | 0 .../stability/data/results.82.exact | 0 .../test_extensive/stability/data/results.83 | 0 .../stability/data/results.83.exact | 0 .../test_extensive/stability/data/results.84 | 0 .../stability/data/results.84.exact | 0 .../test_extensive/stability/data/results.85 | 0 .../stability/data/results.85.exact | 0 .../test_extensive/stability/data/results.86 | 0 .../stability/data/results.86.exact | 0 .../test_extensive/stability/data/results.87 | 0 .../stability/data/results.87.exact | 0 .../test_extensive/stability/data/results.88 | 0 .../stability/data/results.88.exact | 0 .../test_extensive/stability/data/results.89 | 0 .../stability/data/results.89.exact | 0 .../test_extensive/stability/data/results.9 | 0 .../stability/data/results.9.exact | 0 .../test_extensive/stability/data/results.90 | 0 .../stability/data/results.90.exact | 0 .../test_extensive/stability/data/results.91 | 0 .../stability/data/results.91.exact | 0 .../test_extensive/stability/data/results.92 | 0 .../stability/data/results.92.exact | 0 .../test_extensive/stability/data/results.93 | 0 .../stability/data/results.93.exact | 0 .../test_extensive/stability/data/results.94 | 0 .../stability/data/results.94.exact | 0 .../test_extensive/stability/data/results.95 | 0 .../stability/data/results.95.exact | 0 .../test_extensive/stability/data/results.96 | 0 .../stability/data/results.96.exact | 0 .../test_extensive/stability/data/results.97 | 0 .../stability/data/results.97.exact | 0 .../test_extensive/stability/data/results.98 | 0 .../stability/data/results.98.exact | 0 .../test_extensive/stability/data/results.99 | 0 .../stability/data/results.99.exact | 0 .../stability/data/simplex_10.data | 0 .../stability/data/simplex_15.data | 0 .../stability/maple/balls-on-boundary-2.mws | 0 .../stability/maple/balls-on-boundary-3.mws | 0 .../stability/stability-exact.cpp | 0 .../test_extensive/stability/stability.cpp | 0 .../test_extensive/stability/stability.h | 0 .../boundingbox.mw | 0 .../web/Approximate_min_ellipsoid_d}/mel.bib | 0 .../web/Approximate_min_ellipsoid_d}/mel.tex | 0 .../web/Min_annulus_d}/Min_annulus_d.aw | 0 .../web/Min_circle_2}/Min_circle_2.aw | 0 .../web/Min_ellipse_2}/Conic_2.aw | 0 .../web/Min_ellipse_2}/Min_ellipse_2.aw | 0 .../web/Min_sphere_d}/Doc_Min_sphere_d.aw | 0 .../Min_sphere_of_spheres_d}/Funnelweb.tex | 0 .../web/Min_sphere_of_spheres_d}/Makefile | 0 .../Min_sphere_of_spheres_d.fw | 0 .../web/Min_sphere_of_spheres_d}/README | 0 .../web/Min_sphere_of_spheres_d}/Refs.bib | 0 .../web/Min_sphere_of_spheres_d}/TODO | 0 .../figs/heuristic/excess.xfig | 0 .../figs/mbex/mbex.xfig | 0 .../figs/pivot/cex.xfig | 0 .../web/Min_sphere_of_spheres_d}/html.sty | 0 Min_annulus_d/dont_submit | 2 - .../package_info/Min_annulus_d/copyright | 1 - .../Min_annulus_d/description.txt | 2 - .../package_info/Min_annulus_d/license.txt | 1 - .../package_info/Min_annulus_d/maintainer | 1 - Min_circle_2/dont_submit | 3 - .../package_info/Min_circle_2/copyright | 1 - .../package_info/Min_circle_2/description.txt | 1 - .../package_info/Min_circle_2/license.txt | 1 - .../package_info/Min_circle_2/maintainer | 1 - Min_ellipse_2/dont_submit | 3 - .../package_info/Min_ellipse_2/copyright | 1 - .../Min_ellipse_2/description.txt | 1 - .../package_info/Min_ellipse_2/license.txt | 1 - .../package_info/Min_ellipse_2/maintainer | 1 - Min_quadrilateral_2/dont_submit | 1 - .../Min_quadrilateral_2/copyright | 1 - .../Min_quadrilateral_2/description.txt | 3 - .../Min_quadrilateral_2/license.txt | 1 - .../Min_quadrilateral_2/long_description.txt | 124 ------------------ .../Min_quadrilateral_2/maintainer | 1 - Min_sphere_d/dont_submit | 1 - .../package_info/Min_sphere_d/copyright | 1 - .../package_info/Min_sphere_d/description.txt | 2 - .../package_info/Min_sphere_d/license.txt | 1 - .../package_info/Min_sphere_d/maintainer | 2 - Min_sphere_of_spheres_d/dont_submit | 3 - .../Min_sphere_of_spheres_d/copyright | 1 - .../Min_sphere_of_spheres_d/description.txt | 2 - .../Min_sphere_of_spheres_d/license.txt | 1 - .../Min_sphere_of_spheres_d/maintainer | 3 - 792 files changed, 114 insertions(+), 240 deletions(-) delete mode 100644 Approximate_min_ellipsoid_d/dont_submit delete mode 100644 Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/copyright delete mode 100644 Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/description.txt delete mode 100644 Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/maintainer rename {Min_circle_2 => Bounding_volumes}/demo/Min_circle_2/CMakeLists.txt (100%) rename {Min_circle_2 => Bounding_volumes}/demo/Min_circle_2/Qt_widget_move_list_point.cpp (100%) rename {Min_circle_2 => Bounding_volumes}/demo/Min_circle_2/Qt_widget_move_list_point.h (100%) rename {Min_circle_2 => Bounding_volumes}/demo/Min_circle_2/help/index.html (100%) rename {Min_circle_2 => Bounding_volumes}/demo/Min_circle_2/min_circle_2_demo.cpp (100%) rename {Min_circle_2 => Bounding_volumes}/demo/Min_circle_2/min_circle_2_toolbar.cpp (100%) rename {Min_circle_2 => Bounding_volumes}/demo/Min_circle_2/min_circle_2_toolbar.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/demo/Min_ellipse_2/CMakeLists.txt (100%) rename {Min_ellipse_2 => Bounding_volumes}/demo/Min_ellipse_2/Qt_widget_move_list_point.cpp (100%) rename {Min_ellipse_2 => Bounding_volumes}/demo/Min_ellipse_2/Qt_widget_move_list_point.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/demo/Min_ellipse_2/Qt_widget_toolbar.cpp (100%) rename {Min_ellipse_2 => Bounding_volumes}/demo/Min_ellipse_2/Qt_widget_toolbar.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/demo/Min_ellipse_2/help/index.html (100%) rename {Min_ellipse_2 => Bounding_volumes}/demo/Min_ellipse_2/min_ellipse_2_demo.cpp (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/CMakeLists.txt (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/Qt_widget_move_list_point.cpp (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/Qt_widget_move_list_point.h (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/Qt_widget_toolbar.cpp (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/Qt_widget_toolbar.h (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/Qt_widget_toolbar_layers.cpp (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/Qt_widget_toolbar_layers.h (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/help/index.html (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/min_quadrilateral_2.cpp (100%) rename {Min_quadrilateral_2/demo => Bounding_volumes/demo/Min_quadrilateral_2}/Min_quadrilateral_2/min_quadrilateral_layers.h (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/PkgDescription.tex (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/annulus.gif (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/annulus.pdf (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/ball.gif (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/ball.pdf (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/main.tex (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/minCircle.png (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/pcenter.gif (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/pcenter.pdf (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes/user_part.tex (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/ApproximateMinEllipsoid_d_Traits_d.tex (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_2.tex (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_3.tex (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_d.tex (100%) rename {Min_circle_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/MinCircle2Traits.tex (100%) rename {Min_ellipse_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/MinEllipse2Traits.tex (100%) rename {Min_sphere_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/MinSphereAnnulusDTraits.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex (100%) rename {Min_annulus_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_annulus_d.tex (100%) rename {Min_circle_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_circle_2.tex (100%) rename {Min_circle_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_circle_2_traits_2.tex (100%) rename {Min_ellipse_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_ellipse_2.tex (100%) rename {Min_ellipse_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits.tex (100%) rename {Min_ellipse_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits_2.tex (100%) rename {Min_sphere_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_2.tex (100%) rename {Min_sphere_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_3.tex (100%) rename {Min_sphere_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_d.tex (100%) rename {Min_sphere_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_d.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_2.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_d.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Min_sphere_of_spheres_d.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Traits_model_2.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Traits_model_3.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/Traits_model_d.tex (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes_ref/intro.tex (100%) rename {Optimisation_doc => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main.tex (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Approximate_min_ellipsoid_d.tex (100%) rename {Min_annulus_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Min_annulus_d.tex (100%) rename {Min_circle_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Min_circle_2.tex (100%) rename {Min_ellipse_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Min_ellipse_2.tex (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Min_quadrilateral_2.tex (100%) rename {Min_sphere_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Min_sphere_d.tex (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Min_sphere_of_spheres_d.tex (100%) rename {Matrix_search => Bounding_volumes}/doc_tex/Bounding_volumes_ref/main_Rectangular_p_centers.tex (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/doc_tex/Bounding_volumes_ref/spec_oops.tex (100%) rename {Matrix_search => Bounding_volumes}/doc_tex/Bounding_volumes_ref/spec_rectangular_p_centers.tex (100%) create mode 100644 Bounding_volumes/dont_submit rename {Approximate_min_ellipsoid_d => Bounding_volumes}/examples/Approximate_min_ellipsoid_d/ellipsoid.cpp (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/examples/Approximate_min_ellipsoid_d/ellipsoid_for_maple.cpp (100%) rename {Min_annulus_d => Bounding_volumes}/examples/Min_annulus_d/min_annulus_d.cpp (100%) rename {Min_annulus_d => Bounding_volumes}/examples/Min_annulus_d/min_annulus_d_fast_exact.cpp (100%) rename {Min_circle_2 => Bounding_volumes}/examples/Min_circle_2/min_circle_2.cpp (100%) rename {Min_ellipse_2 => Bounding_volumes}/examples/Min_ellipse_2/min_ellipse_2.cpp (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/examples/Min_quadrilateral_2/minimum_enclosing_parallelogram_2.cpp (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/examples/Min_quadrilateral_2/minimum_enclosing_rectangle_2.cpp (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/examples/Min_quadrilateral_2/minimum_enclosing_strip_2.cpp (100%) rename {Min_sphere_d => Bounding_volumes}/examples/Min_sphere_d/min_sphere_d.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/examples/Min_sphere_of_spheres_d/benchmark.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_2.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_3.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_d.cpp (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h (100%) rename {Approximate_min_ellipsoid_d => Bounding_volumes}/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h (100%) rename {Min_annulus_d => Bounding_volumes}/include/CGAL/Min_annulus_d.h (100%) rename {Min_circle_2 => Bounding_volumes}/include/CGAL/Min_circle_2.h (100%) rename {Min_circle_2 => Bounding_volumes}/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h (100%) rename {Min_circle_2 => Bounding_volumes}/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h (100%) rename {Min_circle_2 => Bounding_volumes}/include/CGAL/Min_circle_2/Min_circle_2_impl.h (100%) rename {Min_circle_2 => Bounding_volumes}/include/CGAL/Min_circle_2/Optimisation_circle_2.h (100%) rename {Min_circle_2 => Bounding_volumes}/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h (100%) rename {Min_circle_2 => Bounding_volumes}/include/CGAL/Min_circle_2_traits_2.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/include/CGAL/Min_ellipse_2.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h (100%) rename {Min_ellipse_2 => Bounding_volumes}/include/CGAL/Min_ellipse_2_traits_2.h (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/include/CGAL/Min_quadrilateral_traits_2.h (100%) rename {Min_sphere_d => Bounding_volumes}/include/CGAL/Min_sphere_annulus_d_traits_2.h (100%) rename {Min_sphere_d => Bounding_volumes}/include/CGAL/Min_sphere_annulus_d_traits_3.h (100%) rename {Min_sphere_d => Bounding_volumes}/include/CGAL/Min_sphere_annulus_d_traits_d.h (100%) rename {Min_sphere_d => Bounding_volumes}/include/CGAL/Min_sphere_d.h (100%) rename {Min_sphere_d => Bounding_volumes}/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h (100%) rename {Min_sphere_d => Bounding_volumes}/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_points_d_traits_2.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_points_d_traits_3.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_points_d_traits_d.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d_traits_2.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d_traits_3.h (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/include/CGAL/Min_sphere_of_spheres_d_traits_d.h (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/include/CGAL/min_quadrilateral_2.h (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/include/CGAL/minimum_enclosing_quadrilateral_2.h (100%) create mode 100644 Bounding_volumes/package_info/Bounding_volumes/copyright create mode 100644 Bounding_volumes/package_info/Bounding_volumes/description.txt rename {Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d => Bounding_volumes/package_info/Bounding_volumes}/license.txt (100%) create mode 100644 Bounding_volumes/package_info/Bounding_volumes/maintainer rename {Approximate_min_ellipsoid_d => Bounding_volumes}/test/Approximate_min_ellipsoid_d/testsuite.cpp (100%) rename {Min_annulus_d => Bounding_volumes}/test/Min_annulus_d/test_Min_annulus_d.h (100%) rename {Min_annulus_d => Bounding_volumes}/test/Min_annulus_d/test_Min_annulus_d_2.cpp (100%) rename {Min_annulus_d => Bounding_volumes}/test/Min_annulus_d/test_Min_annulus_d_3.cpp (100%) rename {Min_annulus_d => Bounding_volumes}/test/Min_annulus_d/test_Min_annulus_d_d.cpp (100%) rename {Min_circle_2 => Bounding_volumes}/test/Min_circle_2/test_Min_circle.cmd (100%) rename {Min_circle_2 => Bounding_volumes}/test/Min_circle_2/test_Min_circle.cpp (100%) rename {Min_ellipse_2 => Bounding_volumes}/test/Min_ellipse_2/test_Min_ellipse_2.cmd (100%) rename {Min_ellipse_2 => Bounding_volumes}/test/Min_ellipse_2/test_Min_ellipse_2.cpp (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_C.cpp (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_H.cpp (100%) rename {Min_quadrilateral_2 => Bounding_volumes}/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_traits.cpp (100%) rename {Min_sphere_d => Bounding_volumes}/test/Min_sphere_d/min_sphere_test.cpp (100%) rename {Min_sphere_d => Bounding_volumes}/test/Min_sphere_d/min_sphere_traits_2_test.cpp (100%) rename {Min_sphere_d => Bounding_volumes}/test/Min_sphere_d/min_sphere_traits_3_test.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test/Min_sphere_of_spheres_d/interface_check.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test/Min_sphere_of_spheres_d/lp-alg-double.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test/Min_sphere_of_spheres_d/lp-alg-exact.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test/Min_sphere_of_spheres_d/min_sphere_of_points.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/README (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/almost_cospherical_points_10.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/almost_cospherical_points_3.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/balls_on_boundary_2.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/balls_on_boundary_3.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/cocircular_points_large_radius_2.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/cocircular_points_small_radius_2.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/cube_10.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/cube_12.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/longitude_latitude_model_3.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/random_points_10.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/random_points_3.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/random_points_5.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.0 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.0.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.1 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.1.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.10 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.10.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.100 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.100.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.101 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.101.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.102 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.102.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.103 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.103.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.104 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.104.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.105 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.105.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.106 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.106.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.107 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.107.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.108 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.108.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.109 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.109.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.11 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.11.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.110 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.110.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.111 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.111.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.112 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.112.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.113 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.113.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.114 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.114.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.115 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.115.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.116 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.116.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.117 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.117.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.118 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.118.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.119 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.119.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.12 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.12.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.120 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.120.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.121 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.121.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.122 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.122.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.123 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.123.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.124 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.124.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.125 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.125.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.126 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.126.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.127 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.127.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.128 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.128.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.129 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.129.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.13 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.13.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.130 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.130.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.131 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.131.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.132 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.132.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.133 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.133.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.134 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.134.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.135 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.135.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.136 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.136.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.137 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.137.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.138 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.138.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.139 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.139.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.14 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.14.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.140 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.140.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.141 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.141.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.142 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.142.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.143 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.143.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.144 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.144.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.145 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.145.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.146 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.146.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.147 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.147.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.148 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.148.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.149 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.149.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.15 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.15.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.150 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.150.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.151 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.151.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.152 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.152.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.153 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.153.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.154 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.154.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.155 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.155.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.156 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.156.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.157 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.157.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.158 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.158.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.159 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.159.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.16 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.16.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.160 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.160.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.161 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.161.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.162 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.162.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.163 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.163.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.164 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.164.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.165 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.165.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.166 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.166.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.167 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.167.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.168 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.168.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.169 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.169.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.17 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.17.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.170 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.170.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.171 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.171.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.172 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.172.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.173 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.173.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.174 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.174.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.175 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.175.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.176 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.176.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.177 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.177.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.178 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.178.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.179 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.179.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.18 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.18.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.180 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.180.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.181 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.181.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.182 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.182.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.183 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.183.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.184 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.184.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.185 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.185.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.186 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.186.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.187 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.187.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.188 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.188.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.189 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.189.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.19 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.19.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.190 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.190.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.191 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.191.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.192 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.192.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.193 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.193.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.194 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.194.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.195 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.195.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.196 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.196.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.197 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.197.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.198 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.198.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.199 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.199.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.2 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.2.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.20 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.20.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.200 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.200.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.201 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.201.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.202 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.202.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.203 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.203.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.204 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.204.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.205 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.205.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.206 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.206.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.207 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.207.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.208 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.208.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.209 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.209.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.21 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.21.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.210 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.210.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.211 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.211.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.212 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.212.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.213 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.213.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.214 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.214.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.215 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.215.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.216 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.216.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.217 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.217.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.218 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.218.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.219 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.219.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.22 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.22.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.220 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.220.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.221 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.221.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.222 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.222.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.223 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.223.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.224 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.224.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.225 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.225.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.226 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.226.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.227 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.227.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.228 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.228.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.229 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.229.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.23 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.23.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.230 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.230.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.231 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.231.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.232 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.232.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.233 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.233.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.234 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.234.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.235 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.235.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.236 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.236.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.237 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.237.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.238 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.238.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.239 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.239.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.24 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.24.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.240 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.240.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.241 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.241.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.242 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.242.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.243 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.243.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.244 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.244.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.245 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.245.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.246 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.246.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.247 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.247.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.248 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.248.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.249 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.249.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.25 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.25.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.250 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.250.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.251 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.251.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.252 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.252.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.253 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.253.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.254 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.254.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.255 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.255.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.256 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.256.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.257 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.257.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.258 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.258.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.259 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.259.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.26 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.26.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.260 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.260.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.261 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.261.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.262 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.262.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.263 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.263.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.264 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.264.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.265 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.265.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.266 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.266.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.267 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.267.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.268 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.268.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.269 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.269.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.27 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.27.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.270 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.270.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.271 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.271.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.272 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.272.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.273 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.273.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.274 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.274.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.275 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.275.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.276 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.276.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.277 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.277.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.278 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.278.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.279 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.279.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.28 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.28.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.29 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.29.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.3 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.3.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.30 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.30.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.31 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.31.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.32 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.32.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.33 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.33.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.34 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.34.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.35 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.35.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.36 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.36.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.37 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.37.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.38 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.38.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.39 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.39.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.4 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.4.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.40 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.40.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.41 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.41.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.42 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.42.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.43 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.43.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.44 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.44.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.45 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.45.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.46 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.46.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.47 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.47.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.48 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.48.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.49 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.49.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.5 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.5.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.50 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.50.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.51 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.51.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.52 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.52.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.53 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.53.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.54 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.54.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.55 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.55.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.56 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.56.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.57 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.57.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.58 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.58.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.59 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.59.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.6 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.6.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.60 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.60.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.61 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.61.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.62 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.62.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.63 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.63.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.64 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.64.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.65 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.65.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.66 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.66.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.67 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.67.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.68 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.68.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.69 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.69.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.7 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.7.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.70 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.70.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.71 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.71.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.72 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.72.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.73 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.73.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.74 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.74.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.75 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.75.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.76 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.76.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.77 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.77.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.78 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.78.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.79 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.79.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.8 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.8.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.80 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.80.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.81 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.81.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.82 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.82.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.83 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.83.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.84 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.84.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.85 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.85.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.86 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.86.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.87 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.87.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.88 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.88.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.89 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.89.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.9 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.9.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.90 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.90.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.91 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.91.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.92 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.92.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.93 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.93.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.94 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.94.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.95 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.95.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.96 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.96.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.97 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.97.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.98 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.98.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.99 (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/results.99.exact (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/simplex_10.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/data/simplex_15.data (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/maple/balls-on-boundary-2.mws (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/maple/balls-on-boundary-3.mws (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/stability-exact.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/stability.cpp (100%) rename {Min_sphere_of_spheres_d => Bounding_volumes}/test_extensive/stability/stability.h (100%) rename {Approximate_min_ellipsoid_d/documentation => Bounding_volumes/web/Approximate_min_ellipsoid_d}/boundingbox.mw (100%) rename {Approximate_min_ellipsoid_d/documentation => Bounding_volumes/web/Approximate_min_ellipsoid_d}/mel.bib (100%) rename {Approximate_min_ellipsoid_d/documentation => Bounding_volumes/web/Approximate_min_ellipsoid_d}/mel.tex (100%) rename {Min_annulus_d/web => Bounding_volumes/web/Min_annulus_d}/Min_annulus_d.aw (100%) rename {Min_circle_2/web => Bounding_volumes/web/Min_circle_2}/Min_circle_2.aw (100%) rename {Min_ellipse_2/web => Bounding_volumes/web/Min_ellipse_2}/Conic_2.aw (100%) rename {Min_ellipse_2/web => Bounding_volumes/web/Min_ellipse_2}/Min_ellipse_2.aw (100%) rename {Min_sphere_d/web => Bounding_volumes/web/Min_sphere_d}/Doc_Min_sphere_d.aw (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/Funnelweb.tex (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/Makefile (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/Min_sphere_of_spheres_d.fw (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/README (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/Refs.bib (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/TODO (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/figs/heuristic/excess.xfig (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/figs/mbex/mbex.xfig (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/figs/pivot/cex.xfig (100%) rename {Min_sphere_of_spheres_d/web => Bounding_volumes/web/Min_sphere_of_spheres_d}/html.sty (100%) delete mode 100644 Min_annulus_d/dont_submit delete mode 100644 Min_annulus_d/package_info/Min_annulus_d/copyright delete mode 100644 Min_annulus_d/package_info/Min_annulus_d/description.txt delete mode 100644 Min_annulus_d/package_info/Min_annulus_d/license.txt delete mode 100644 Min_annulus_d/package_info/Min_annulus_d/maintainer delete mode 100644 Min_circle_2/dont_submit delete mode 100644 Min_circle_2/package_info/Min_circle_2/copyright delete mode 100644 Min_circle_2/package_info/Min_circle_2/description.txt delete mode 100644 Min_circle_2/package_info/Min_circle_2/license.txt delete mode 100644 Min_circle_2/package_info/Min_circle_2/maintainer delete mode 100644 Min_ellipse_2/dont_submit delete mode 100644 Min_ellipse_2/package_info/Min_ellipse_2/copyright delete mode 100644 Min_ellipse_2/package_info/Min_ellipse_2/description.txt delete mode 100644 Min_ellipse_2/package_info/Min_ellipse_2/license.txt delete mode 100644 Min_ellipse_2/package_info/Min_ellipse_2/maintainer delete mode 100644 Min_quadrilateral_2/dont_submit delete mode 100644 Min_quadrilateral_2/package_info/Min_quadrilateral_2/copyright delete mode 100644 Min_quadrilateral_2/package_info/Min_quadrilateral_2/description.txt delete mode 100644 Min_quadrilateral_2/package_info/Min_quadrilateral_2/license.txt delete mode 100644 Min_quadrilateral_2/package_info/Min_quadrilateral_2/long_description.txt delete mode 100644 Min_quadrilateral_2/package_info/Min_quadrilateral_2/maintainer delete mode 100644 Min_sphere_d/dont_submit delete mode 100644 Min_sphere_d/package_info/Min_sphere_d/copyright delete mode 100644 Min_sphere_d/package_info/Min_sphere_d/description.txt delete mode 100644 Min_sphere_d/package_info/Min_sphere_d/license.txt delete mode 100644 Min_sphere_d/package_info/Min_sphere_d/maintainer delete mode 100644 Min_sphere_of_spheres_d/dont_submit delete mode 100644 Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/copyright delete mode 100644 Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/description.txt delete mode 100644 Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/license.txt delete mode 100644 Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/maintainer diff --git a/.gitattributes b/.gitattributes index 1e8579b6def..b944b2c16c8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -263,7 +263,6 @@ Apollonius_graph_2/doc_tex/Apollonius_graph_2/fig/CircleVoronoiLarge.png -text Apollonius_graph_2/doc_tex/Apollonius_graph_2_ref/insert_degree_2.fig -text svneol=unset#application/octet-stream Apollonius_graph_2/doc_tex/Apollonius_graph_2_ref/insert_degree_2.gif -text svneol=unset#image/gif Apollonius_graph_2/doc_tex/Apollonius_graph_2_ref/insert_degree_2.png -text svneol=unset#image/png -Approximate_min_ellipsoid_d/documentation/boundingbox.mw -text svneol=native#application/octet-stream Arithmetic_kernel/include/CGAL/CORE_arithmetic_kernel.h -text Arithmetic_kernel/include/CGAL/GMP_arithmetic_kernel.h -text Arithmetic_kernel/include/CGAL/LEDA_arithmetic_kernel.h -text @@ -1220,6 +1219,29 @@ Boolean_set_operations_2/test/Boolean_set_operations_2/test_agg_op.cmd eol=lf Boolean_set_operations_2/test/Boolean_set_operations_2/test_bop.cmd eol=lf Boolean_set_operations_2/test/Boolean_set_operations_2/test_connect_holes.cpp -text Boolean_set_operations_2/test/Boolean_set_operations_2/test_polygon_validation.cpp -text +Bounding_volumes/demo/Min_circle_2/help/index.html svneol=native#text/html +Bounding_volumes/demo/Min_ellipse_2/help/index.html svneol=native#text/html +Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/help/index.html svneol=native#text/html +Bounding_volumes/doc_tex/Bounding_volumes/annulus.gif -text svneol=unset#image/gif +Bounding_volumes/doc_tex/Bounding_volumes/annulus.pdf -text svneol=unset#application/pdf +Bounding_volumes/doc_tex/Bounding_volumes/ball.gif -text svneol=unset#image/gif +Bounding_volumes/doc_tex/Bounding_volumes/ball.pdf -text svneol=unset#application/pdf +Bounding_volumes/doc_tex/Bounding_volumes/minCircle.png -text +Bounding_volumes/doc_tex/Bounding_volumes/pcenter.gif -text svneol=unset#image/gif +Bounding_volumes/doc_tex/Bounding_volumes/pcenter.pdf -text svneol=unset#application/pdf +Bounding_volumes/dont_submit -text +Bounding_volumes/package_info/Bounding_volumes/copyright -text +Bounding_volumes/package_info/Bounding_volumes/description.txt -text +Bounding_volumes/package_info/Bounding_volumes/license.txt -text +Bounding_volumes/package_info/Bounding_volumes/maintainer -text +Bounding_volumes/test/Min_circle_2/test_Min_circle.cmd eol=lf +Bounding_volumes/test/Min_ellipse_2/test_Min_ellipse_2.cmd eol=lf +Bounding_volumes/test_extensive/stability/maple/balls-on-boundary-2.mws -text svneol=unset#application/octet-stream +Bounding_volumes/test_extensive/stability/maple/balls-on-boundary-3.mws -text svneol=unset#application/octet-stream +Bounding_volumes/web/Approximate_min_ellipsoid_d/boundingbox.mw -text svneol=native#application/octet-stream +Bounding_volumes/web/Min_sphere_of_spheres_d/figs/heuristic/excess.xfig -text svneol=unset#application/octet-stream +Bounding_volumes/web/Min_sphere_of_spheres_d/figs/mbex/mbex.xfig -text svneol=unset#application/octet-stream +Bounding_volumes/web/Min_sphere_of_spheres_d/figs/pivot/cex.xfig -text svneol=unset#application/octet-stream Box_intersection_d/doc_tex/Box_intersection_d/fig/benchmark.gif -text svneol=unset#image/gif Box_intersection_d/doc_tex/Box_intersection_d/fig/benchmark.pdf -text svneol=unset#application/pdf Box_intersection_d/doc_tex/Box_intersection_d/fig/box_inters-small.gif -text svneol=unset#image/gif @@ -2747,16 +2769,6 @@ Mesh_3/stylesheet.css svneol=native#text/css Mesh_3/test/Mesh_3/data/cube.off -text svneol=unset#application/octet-stream Mesh_3/test/Mesh_3/data/liver.inr.gz -text Mesh_3/test/Mesh_3/data/sphere.off -text svneol=unset#application/octet-stream -Min_circle_2/demo/Min_circle_2/help/index.html svneol=native#text/html -Min_circle_2/test/Min_circle_2/test_Min_circle.cmd eol=lf -Min_ellipse_2/demo/Min_ellipse_2/help/index.html svneol=native#text/html -Min_ellipse_2/test/Min_ellipse_2/test_Min_ellipse_2.cmd eol=lf -Min_quadrilateral_2/demo/Min_quadrilateral_2/help/index.html svneol=native#text/html -Min_sphere_of_spheres_d/test_extensive/stability/maple/balls-on-boundary-2.mws -text svneol=unset#application/octet-stream -Min_sphere_of_spheres_d/test_extensive/stability/maple/balls-on-boundary-3.mws -text svneol=unset#application/octet-stream -Min_sphere_of_spheres_d/web/figs/heuristic/excess.xfig -text svneol=unset#application/octet-stream -Min_sphere_of_spheres_d/web/figs/mbex/mbex.xfig -text svneol=unset#application/octet-stream -Min_sphere_of_spheres_d/web/figs/pivot/cex.xfig -text svneol=unset#application/octet-stream Minkowski_sum_2/benchmark/Minkowski_sum_2/print_utils.h -text Minkowski_sum_2/benchmark/Minkowski_sum_2/sum_by_decomposition.cpp -text Minkowski_sum_2/doc_tex/Minkowski_sum_2/fig/Minkowski_sum_2.png -text @@ -3019,13 +3031,6 @@ Number_types/test/Number_types/Gmpfr.cpp -text Number_types/test/Number_types/Gmpfr_bug.cpp -text Number_types/test/Number_types/include/CGAL/Test/test_root_of_2_traits.h -text Number_types/test/Number_types/include/CGAL/_test_io.h -text -Optimisation_doc/doc_tex/Bounding_volumes/annulus.gif -text svneol=unset#image/gif -Optimisation_doc/doc_tex/Bounding_volumes/annulus.pdf -text svneol=unset#application/pdf -Optimisation_doc/doc_tex/Bounding_volumes/ball.gif -text svneol=unset#image/gif -Optimisation_doc/doc_tex/Bounding_volumes/ball.pdf -text svneol=unset#application/pdf -Optimisation_doc/doc_tex/Bounding_volumes/minCircle.png -text -Optimisation_doc/doc_tex/Bounding_volumes/pcenter.gif -text svneol=unset#image/gif -Optimisation_doc/doc_tex/Bounding_volumes/pcenter.pdf -text svneol=unset#application/pdf Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.gif -text svneol=unset#image/gif Optimisation_doc/doc_tex/Inscribed_areas/largestEmptyRect.pdf -text svneol=unset#application/pdf Optimisation_doc/doc_tex/Inscribed_areas/max_triangle.gif -text svneol=unset#image/gif diff --git a/.gitignore b/.gitignore index 70fcfbaf68c..327b10c294d 100644 --- a/.gitignore +++ b/.gitignore @@ -681,54 +681,6 @@ Mesh_3/test/Mesh_3/test_meshing_polyhedron Mesh_3/test/Mesh_3/test_meshing_polyhedron_with_features Mesh_3/test/Mesh_3/test_off Mesh_3/test/Mesh_3/test_robust_weighted_circumcenter -Min_annulus_d/*.aux -Min_annulus_d/*.bbl -Min_annulus_d/*.blg -Min_annulus_d/*.dvi -Min_annulus_d/*.idx -Min_annulus_d/*.ilg -Min_annulus_d/*.ind -Min_annulus_d/*.log -Min_annulus_d/*.mxp -Min_annulus_d/*.toc -Min_annulus_d/.dep -Min_annulus_d/.obj -Min_annulus_d/.tmp -Min_annulus_d/Makefile -Min_annulus_d/bin -Min_annulus_d/doc_ps -Min_circle_2/*.aux -Min_circle_2/*.bbl -Min_circle_2/*.blg -Min_circle_2/*.dvi -Min_circle_2/*.idx -Min_circle_2/*.ilg -Min_circle_2/*.ind -Min_circle_2/*.log -Min_circle_2/*.mxp -Min_circle_2/*.toc -Min_circle_2/.dep -Min_circle_2/.obj -Min_circle_2/.tmp -Min_circle_2/Makefile -Min_circle_2/bin -Min_circle_2/doc_ps -Min_ellipse_2/*.aux -Min_ellipse_2/*.bbl -Min_ellipse_2/*.blg -Min_ellipse_2/*.dvi -Min_ellipse_2/*.idx -Min_ellipse_2/*.ilg -Min_ellipse_2/*.ind -Min_ellipse_2/*.log -Min_ellipse_2/*.mxp -Min_ellipse_2/*.toc -Min_ellipse_2/.dep -Min_ellipse_2/.obj -Min_ellipse_2/.tmp -Min_ellipse_2/Makefile -Min_ellipse_2/bin -Min_ellipse_2/doc_ps Minkowski_sum_3/test/Minkowski_sum_3/CMakeLists.txt Minkowski_sum_3/test/Minkowski_sum_3/cgal_test_with_cmake Modular_arithmetic/doc_html diff --git a/Approximate_min_ellipsoid_d/dont_submit b/Approximate_min_ellipsoid_d/dont_submit deleted file mode 100644 index dfcaa10d372..00000000000 --- a/Approximate_min_ellipsoid_d/dont_submit +++ /dev/null @@ -1 +0,0 @@ -documentation diff --git a/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/copyright b/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/copyright deleted file mode 100644 index 28daf2dfbb7..00000000000 --- a/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/copyright +++ /dev/null @@ -1 +0,0 @@ - ETH Zurich (Switzerland). diff --git a/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/description.txt b/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/description.txt deleted file mode 100644 index 689e96826b4..00000000000 --- a/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -Algorithm for a (1+eps)-approximation to the minimum-volume enclosing -ellipsoid of points in arbitrary dimension diff --git a/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/maintainer b/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/maintainer deleted file mode 100644 index 7323132f1ec..00000000000 --- a/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/maintainer +++ /dev/null @@ -1 +0,0 @@ -Kaspar Fischer diff --git a/Min_circle_2/demo/Min_circle_2/CMakeLists.txt b/Bounding_volumes/demo/Min_circle_2/CMakeLists.txt similarity index 100% rename from Min_circle_2/demo/Min_circle_2/CMakeLists.txt rename to Bounding_volumes/demo/Min_circle_2/CMakeLists.txt diff --git a/Min_circle_2/demo/Min_circle_2/Qt_widget_move_list_point.cpp b/Bounding_volumes/demo/Min_circle_2/Qt_widget_move_list_point.cpp similarity index 100% rename from Min_circle_2/demo/Min_circle_2/Qt_widget_move_list_point.cpp rename to Bounding_volumes/demo/Min_circle_2/Qt_widget_move_list_point.cpp diff --git a/Min_circle_2/demo/Min_circle_2/Qt_widget_move_list_point.h b/Bounding_volumes/demo/Min_circle_2/Qt_widget_move_list_point.h similarity index 100% rename from Min_circle_2/demo/Min_circle_2/Qt_widget_move_list_point.h rename to Bounding_volumes/demo/Min_circle_2/Qt_widget_move_list_point.h diff --git a/Min_circle_2/demo/Min_circle_2/help/index.html b/Bounding_volumes/demo/Min_circle_2/help/index.html similarity index 100% rename from Min_circle_2/demo/Min_circle_2/help/index.html rename to Bounding_volumes/demo/Min_circle_2/help/index.html diff --git a/Min_circle_2/demo/Min_circle_2/min_circle_2_demo.cpp b/Bounding_volumes/demo/Min_circle_2/min_circle_2_demo.cpp similarity index 100% rename from Min_circle_2/demo/Min_circle_2/min_circle_2_demo.cpp rename to Bounding_volumes/demo/Min_circle_2/min_circle_2_demo.cpp diff --git a/Min_circle_2/demo/Min_circle_2/min_circle_2_toolbar.cpp b/Bounding_volumes/demo/Min_circle_2/min_circle_2_toolbar.cpp similarity index 100% rename from Min_circle_2/demo/Min_circle_2/min_circle_2_toolbar.cpp rename to Bounding_volumes/demo/Min_circle_2/min_circle_2_toolbar.cpp diff --git a/Min_circle_2/demo/Min_circle_2/min_circle_2_toolbar.h b/Bounding_volumes/demo/Min_circle_2/min_circle_2_toolbar.h similarity index 100% rename from Min_circle_2/demo/Min_circle_2/min_circle_2_toolbar.h rename to Bounding_volumes/demo/Min_circle_2/min_circle_2_toolbar.h diff --git a/Min_ellipse_2/demo/Min_ellipse_2/CMakeLists.txt b/Bounding_volumes/demo/Min_ellipse_2/CMakeLists.txt similarity index 100% rename from Min_ellipse_2/demo/Min_ellipse_2/CMakeLists.txt rename to Bounding_volumes/demo/Min_ellipse_2/CMakeLists.txt diff --git a/Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_move_list_point.cpp b/Bounding_volumes/demo/Min_ellipse_2/Qt_widget_move_list_point.cpp similarity index 100% rename from Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_move_list_point.cpp rename to Bounding_volumes/demo/Min_ellipse_2/Qt_widget_move_list_point.cpp diff --git a/Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_move_list_point.h b/Bounding_volumes/demo/Min_ellipse_2/Qt_widget_move_list_point.h similarity index 100% rename from Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_move_list_point.h rename to Bounding_volumes/demo/Min_ellipse_2/Qt_widget_move_list_point.h diff --git a/Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_toolbar.cpp b/Bounding_volumes/demo/Min_ellipse_2/Qt_widget_toolbar.cpp similarity index 100% rename from Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_toolbar.cpp rename to Bounding_volumes/demo/Min_ellipse_2/Qt_widget_toolbar.cpp diff --git a/Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_toolbar.h b/Bounding_volumes/demo/Min_ellipse_2/Qt_widget_toolbar.h similarity index 100% rename from Min_ellipse_2/demo/Min_ellipse_2/Qt_widget_toolbar.h rename to Bounding_volumes/demo/Min_ellipse_2/Qt_widget_toolbar.h diff --git a/Min_ellipse_2/demo/Min_ellipse_2/help/index.html b/Bounding_volumes/demo/Min_ellipse_2/help/index.html similarity index 100% rename from Min_ellipse_2/demo/Min_ellipse_2/help/index.html rename to Bounding_volumes/demo/Min_ellipse_2/help/index.html diff --git a/Min_ellipse_2/demo/Min_ellipse_2/min_ellipse_2_demo.cpp b/Bounding_volumes/demo/Min_ellipse_2/min_ellipse_2_demo.cpp similarity index 100% rename from Min_ellipse_2/demo/Min_ellipse_2/min_ellipse_2_demo.cpp rename to Bounding_volumes/demo/Min_ellipse_2/min_ellipse_2_demo.cpp diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/CMakeLists.txt b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/CMakeLists.txt similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/CMakeLists.txt rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/CMakeLists.txt diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_move_list_point.cpp b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_move_list_point.cpp similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_move_list_point.cpp rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_move_list_point.cpp diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_move_list_point.h b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_move_list_point.h similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_move_list_point.h rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_move_list_point.h diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar.cpp b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar.cpp similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar.cpp rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar.cpp diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar.h b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar.h similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar.h rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar.h diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar_layers.cpp b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar_layers.cpp similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar_layers.cpp rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar_layers.cpp diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar_layers.h b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar_layers.h similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/Qt_widget_toolbar_layers.h rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/Qt_widget_toolbar_layers.h diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/help/index.html b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/help/index.html similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/help/index.html rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/help/index.html diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/min_quadrilateral_2.cpp b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/min_quadrilateral_2.cpp similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/min_quadrilateral_2.cpp rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/min_quadrilateral_2.cpp diff --git a/Min_quadrilateral_2/demo/Min_quadrilateral_2/min_quadrilateral_layers.h b/Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/min_quadrilateral_layers.h similarity index 100% rename from Min_quadrilateral_2/demo/Min_quadrilateral_2/min_quadrilateral_layers.h rename to Bounding_volumes/demo/Min_quadrilateral_2/Min_quadrilateral_2/min_quadrilateral_layers.h diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/PkgDescription.tex b/Bounding_volumes/doc_tex/Bounding_volumes/PkgDescription.tex similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/PkgDescription.tex rename to Bounding_volumes/doc_tex/Bounding_volumes/PkgDescription.tex diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/annulus.gif b/Bounding_volumes/doc_tex/Bounding_volumes/annulus.gif similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/annulus.gif rename to Bounding_volumes/doc_tex/Bounding_volumes/annulus.gif diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/annulus.pdf b/Bounding_volumes/doc_tex/Bounding_volumes/annulus.pdf similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/annulus.pdf rename to Bounding_volumes/doc_tex/Bounding_volumes/annulus.pdf diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/ball.gif b/Bounding_volumes/doc_tex/Bounding_volumes/ball.gif similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/ball.gif rename to Bounding_volumes/doc_tex/Bounding_volumes/ball.gif diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/ball.pdf b/Bounding_volumes/doc_tex/Bounding_volumes/ball.pdf similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/ball.pdf rename to Bounding_volumes/doc_tex/Bounding_volumes/ball.pdf diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/main.tex b/Bounding_volumes/doc_tex/Bounding_volumes/main.tex similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/main.tex rename to Bounding_volumes/doc_tex/Bounding_volumes/main.tex diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/minCircle.png b/Bounding_volumes/doc_tex/Bounding_volumes/minCircle.png similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/minCircle.png rename to Bounding_volumes/doc_tex/Bounding_volumes/minCircle.png diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/pcenter.gif b/Bounding_volumes/doc_tex/Bounding_volumes/pcenter.gif similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/pcenter.gif rename to Bounding_volumes/doc_tex/Bounding_volumes/pcenter.gif diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/pcenter.pdf b/Bounding_volumes/doc_tex/Bounding_volumes/pcenter.pdf similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/pcenter.pdf rename to Bounding_volumes/doc_tex/Bounding_volumes/pcenter.pdf diff --git a/Optimisation_doc/doc_tex/Bounding_volumes/user_part.tex b/Bounding_volumes/doc_tex/Bounding_volumes/user_part.tex similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes/user_part.tex rename to Bounding_volumes/doc_tex/Bounding_volumes/user_part.tex diff --git a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/ApproximateMinEllipsoid_d_Traits_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/ApproximateMinEllipsoid_d_Traits_d.tex similarity index 100% rename from Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/ApproximateMinEllipsoid_d_Traits_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/ApproximateMinEllipsoid_d_Traits_d.tex diff --git a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex similarity index 100% rename from Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d.tex diff --git a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_2.tex similarity index 100% rename from Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_2.tex diff --git a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_3.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_3.tex similarity index 100% rename from Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_3.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_3.tex diff --git a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_d.tex similarity index 100% rename from Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Approximate_min_ellipsoid_d_traits_d.tex diff --git a/Min_circle_2/doc_tex/Bounding_volumes_ref/MinCircle2Traits.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/MinCircle2Traits.tex similarity index 100% rename from Min_circle_2/doc_tex/Bounding_volumes_ref/MinCircle2Traits.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/MinCircle2Traits.tex diff --git a/Min_ellipse_2/doc_tex/Bounding_volumes_ref/MinEllipse2Traits.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/MinEllipse2Traits.tex similarity index 100% rename from Min_ellipse_2/doc_tex/Bounding_volumes_ref/MinEllipse2Traits.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/MinEllipse2Traits.tex diff --git a/Min_sphere_d/doc_tex/Bounding_volumes_ref/MinSphereAnnulusDTraits.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/MinSphereAnnulusDTraits.tex similarity index 100% rename from Min_sphere_d/doc_tex/Bounding_volumes_ref/MinSphereAnnulusDTraits.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/MinSphereAnnulusDTraits.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/MinSphereOfSpheresTraits.tex diff --git a/Min_annulus_d/doc_tex/Bounding_volumes_ref/Min_annulus_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_annulus_d.tex similarity index 100% rename from Min_annulus_d/doc_tex/Bounding_volumes_ref/Min_annulus_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_annulus_d.tex diff --git a/Min_circle_2/doc_tex/Bounding_volumes_ref/Min_circle_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_circle_2.tex similarity index 100% rename from Min_circle_2/doc_tex/Bounding_volumes_ref/Min_circle_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_circle_2.tex diff --git a/Min_circle_2/doc_tex/Bounding_volumes_ref/Min_circle_2_traits_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_circle_2_traits_2.tex similarity index 100% rename from Min_circle_2/doc_tex/Bounding_volumes_ref/Min_circle_2_traits_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_circle_2_traits_2.tex diff --git a/Min_ellipse_2/doc_tex/Bounding_volumes_ref/Min_ellipse_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_ellipse_2.tex similarity index 100% rename from Min_ellipse_2/doc_tex/Bounding_volumes_ref/Min_ellipse_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_ellipse_2.tex diff --git a/Min_ellipse_2/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits.tex similarity index 100% rename from Min_ellipse_2/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits.tex diff --git a/Min_ellipse_2/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits_2.tex similarity index 100% rename from Min_ellipse_2/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_ellipse_2_traits_2.tex diff --git a/Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_2.tex similarity index 100% rename from Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_2.tex diff --git a/Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_3.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_3.tex similarity index 100% rename from Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_3.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_3.tex diff --git a/Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_d.tex similarity index 100% rename from Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_annulus_d_traits_d.tex diff --git a/Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_d.tex similarity index 100% rename from Min_sphere_d/doc_tex/Bounding_volumes_ref/Min_sphere_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_d.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_2.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_2.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_3.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_d.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_points_d_traits_d.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_spheres_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_spheres_d.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Min_sphere_of_spheres_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Min_sphere_of_spheres_d.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Traits_model_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Traits_model_2.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Traits_model_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Traits_model_2.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Traits_model_3.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Traits_model_3.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Traits_model_3.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Traits_model_3.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Traits_model_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/Traits_model_d.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/Traits_model_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/Traits_model_d.tex diff --git a/Optimisation_doc/doc_tex/Bounding_volumes_ref/intro.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/intro.tex similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes_ref/intro.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/intro.tex diff --git a/Optimisation_doc/doc_tex/Bounding_volumes_ref/main.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main.tex similarity index 100% rename from Optimisation_doc/doc_tex/Bounding_volumes_ref/main.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main.tex diff --git a/Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/main_Approximate_min_ellipsoid_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Approximate_min_ellipsoid_d.tex similarity index 100% rename from Approximate_min_ellipsoid_d/doc_tex/Bounding_volumes_ref/main_Approximate_min_ellipsoid_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Approximate_min_ellipsoid_d.tex diff --git a/Min_annulus_d/doc_tex/Bounding_volumes_ref/main_Min_annulus_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_annulus_d.tex similarity index 100% rename from Min_annulus_d/doc_tex/Bounding_volumes_ref/main_Min_annulus_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_annulus_d.tex diff --git a/Min_circle_2/doc_tex/Bounding_volumes_ref/main_Min_circle_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_circle_2.tex similarity index 100% rename from Min_circle_2/doc_tex/Bounding_volumes_ref/main_Min_circle_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_circle_2.tex diff --git a/Min_ellipse_2/doc_tex/Bounding_volumes_ref/main_Min_ellipse_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_ellipse_2.tex similarity index 100% rename from Min_ellipse_2/doc_tex/Bounding_volumes_ref/main_Min_ellipse_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_ellipse_2.tex diff --git a/Min_quadrilateral_2/doc_tex/Bounding_volumes_ref/main_Min_quadrilateral_2.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_quadrilateral_2.tex similarity index 100% rename from Min_quadrilateral_2/doc_tex/Bounding_volumes_ref/main_Min_quadrilateral_2.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_quadrilateral_2.tex diff --git a/Min_sphere_d/doc_tex/Bounding_volumes_ref/main_Min_sphere_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_sphere_d.tex similarity index 100% rename from Min_sphere_d/doc_tex/Bounding_volumes_ref/main_Min_sphere_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_sphere_d.tex diff --git a/Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/main_Min_sphere_of_spheres_d.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_sphere_of_spheres_d.tex similarity index 100% rename from Min_sphere_of_spheres_d/doc_tex/Bounding_volumes_ref/main_Min_sphere_of_spheres_d.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Min_sphere_of_spheres_d.tex diff --git a/Matrix_search/doc_tex/Bounding_volumes_ref/main_Rectangular_p_centers.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Rectangular_p_centers.tex similarity index 100% rename from Matrix_search/doc_tex/Bounding_volumes_ref/main_Rectangular_p_centers.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/main_Rectangular_p_centers.tex diff --git a/Min_quadrilateral_2/doc_tex/Bounding_volumes_ref/spec_oops.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/spec_oops.tex similarity index 100% rename from Min_quadrilateral_2/doc_tex/Bounding_volumes_ref/spec_oops.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/spec_oops.tex diff --git a/Matrix_search/doc_tex/Bounding_volumes_ref/spec_rectangular_p_centers.tex b/Bounding_volumes/doc_tex/Bounding_volumes_ref/spec_rectangular_p_centers.tex similarity index 100% rename from Matrix_search/doc_tex/Bounding_volumes_ref/spec_rectangular_p_centers.tex rename to Bounding_volumes/doc_tex/Bounding_volumes_ref/spec_rectangular_p_centers.tex diff --git a/Bounding_volumes/dont_submit b/Bounding_volumes/dont_submit new file mode 100644 index 00000000000..e590519435b --- /dev/null +++ b/Bounding_volumes/dont_submit @@ -0,0 +1,4 @@ +demo +web +Makefile +test_extensive diff --git a/Approximate_min_ellipsoid_d/examples/Approximate_min_ellipsoid_d/ellipsoid.cpp b/Bounding_volumes/examples/Approximate_min_ellipsoid_d/ellipsoid.cpp similarity index 100% rename from Approximate_min_ellipsoid_d/examples/Approximate_min_ellipsoid_d/ellipsoid.cpp rename to Bounding_volumes/examples/Approximate_min_ellipsoid_d/ellipsoid.cpp diff --git a/Approximate_min_ellipsoid_d/examples/Approximate_min_ellipsoid_d/ellipsoid_for_maple.cpp b/Bounding_volumes/examples/Approximate_min_ellipsoid_d/ellipsoid_for_maple.cpp similarity index 100% rename from Approximate_min_ellipsoid_d/examples/Approximate_min_ellipsoid_d/ellipsoid_for_maple.cpp rename to Bounding_volumes/examples/Approximate_min_ellipsoid_d/ellipsoid_for_maple.cpp diff --git a/Min_annulus_d/examples/Min_annulus_d/min_annulus_d.cpp b/Bounding_volumes/examples/Min_annulus_d/min_annulus_d.cpp similarity index 100% rename from Min_annulus_d/examples/Min_annulus_d/min_annulus_d.cpp rename to Bounding_volumes/examples/Min_annulus_d/min_annulus_d.cpp diff --git a/Min_annulus_d/examples/Min_annulus_d/min_annulus_d_fast_exact.cpp b/Bounding_volumes/examples/Min_annulus_d/min_annulus_d_fast_exact.cpp similarity index 100% rename from Min_annulus_d/examples/Min_annulus_d/min_annulus_d_fast_exact.cpp rename to Bounding_volumes/examples/Min_annulus_d/min_annulus_d_fast_exact.cpp diff --git a/Min_circle_2/examples/Min_circle_2/min_circle_2.cpp b/Bounding_volumes/examples/Min_circle_2/min_circle_2.cpp similarity index 100% rename from Min_circle_2/examples/Min_circle_2/min_circle_2.cpp rename to Bounding_volumes/examples/Min_circle_2/min_circle_2.cpp diff --git a/Min_ellipse_2/examples/Min_ellipse_2/min_ellipse_2.cpp b/Bounding_volumes/examples/Min_ellipse_2/min_ellipse_2.cpp similarity index 100% rename from Min_ellipse_2/examples/Min_ellipse_2/min_ellipse_2.cpp rename to Bounding_volumes/examples/Min_ellipse_2/min_ellipse_2.cpp diff --git a/Min_quadrilateral_2/examples/Min_quadrilateral_2/minimum_enclosing_parallelogram_2.cpp b/Bounding_volumes/examples/Min_quadrilateral_2/minimum_enclosing_parallelogram_2.cpp similarity index 100% rename from Min_quadrilateral_2/examples/Min_quadrilateral_2/minimum_enclosing_parallelogram_2.cpp rename to Bounding_volumes/examples/Min_quadrilateral_2/minimum_enclosing_parallelogram_2.cpp diff --git a/Min_quadrilateral_2/examples/Min_quadrilateral_2/minimum_enclosing_rectangle_2.cpp b/Bounding_volumes/examples/Min_quadrilateral_2/minimum_enclosing_rectangle_2.cpp similarity index 100% rename from Min_quadrilateral_2/examples/Min_quadrilateral_2/minimum_enclosing_rectangle_2.cpp rename to Bounding_volumes/examples/Min_quadrilateral_2/minimum_enclosing_rectangle_2.cpp diff --git a/Min_quadrilateral_2/examples/Min_quadrilateral_2/minimum_enclosing_strip_2.cpp b/Bounding_volumes/examples/Min_quadrilateral_2/minimum_enclosing_strip_2.cpp similarity index 100% rename from Min_quadrilateral_2/examples/Min_quadrilateral_2/minimum_enclosing_strip_2.cpp rename to Bounding_volumes/examples/Min_quadrilateral_2/minimum_enclosing_strip_2.cpp diff --git a/Min_sphere_d/examples/Min_sphere_d/min_sphere_d.cpp b/Bounding_volumes/examples/Min_sphere_d/min_sphere_d.cpp similarity index 100% rename from Min_sphere_d/examples/Min_sphere_d/min_sphere_d.cpp rename to Bounding_volumes/examples/Min_sphere_d/min_sphere_d.cpp diff --git a/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.cpp b/Bounding_volumes/examples/Min_sphere_of_spheres_d/benchmark.cpp similarity index 100% rename from Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/benchmark.cpp rename to Bounding_volumes/examples/Min_sphere_of_spheres_d/benchmark.cpp diff --git a/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_2.cpp b/Bounding_volumes/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_2.cpp similarity index 100% rename from Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_2.cpp rename to Bounding_volumes/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_2.cpp diff --git a/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_3.cpp b/Bounding_volumes/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_3.cpp similarity index 100% rename from Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_3.cpp rename to Bounding_volumes/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_3.cpp diff --git a/Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_d.cpp b/Bounding_volumes/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_d.cpp similarity index 100% rename from Min_sphere_of_spheres_d/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_d.cpp rename to Bounding_volumes/examples/Min_sphere_of_spheres_d/min_sphere_of_spheres_d_d.cpp diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_configure.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_debug.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Approximate_min_ellipsoid_d_impl.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d/Khachiyan_approximation_impl.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_2.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_3.h diff --git a/Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h b/Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h similarity index 100% rename from Approximate_min_ellipsoid_d/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h rename to Bounding_volumes/include/CGAL/Approximate_min_ellipsoid_d_traits_d.h diff --git a/Min_annulus_d/include/CGAL/Min_annulus_d.h b/Bounding_volumes/include/CGAL/Min_annulus_d.h similarity index 100% rename from Min_annulus_d/include/CGAL/Min_annulus_d.h rename to Bounding_volumes/include/CGAL/Min_annulus_d.h diff --git a/Min_circle_2/include/CGAL/Min_circle_2.h b/Bounding_volumes/include/CGAL/Min_circle_2.h similarity index 100% rename from Min_circle_2/include/CGAL/Min_circle_2.h rename to Bounding_volumes/include/CGAL/Min_circle_2.h diff --git a/Min_circle_2/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h b/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h similarity index 100% rename from Min_circle_2/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h rename to Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterC2.h diff --git a/Min_circle_2/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h b/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h similarity index 100% rename from Min_circle_2/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h rename to Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_adapterH2.h diff --git a/Min_circle_2/include/CGAL/Min_circle_2/Min_circle_2_impl.h b/Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_impl.h similarity index 100% rename from Min_circle_2/include/CGAL/Min_circle_2/Min_circle_2_impl.h rename to Bounding_volumes/include/CGAL/Min_circle_2/Min_circle_2_impl.h diff --git a/Min_circle_2/include/CGAL/Min_circle_2/Optimisation_circle_2.h b/Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2.h similarity index 100% rename from Min_circle_2/include/CGAL/Min_circle_2/Optimisation_circle_2.h rename to Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2.h diff --git a/Min_circle_2/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h b/Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h similarity index 100% rename from Min_circle_2/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h rename to Bounding_volumes/include/CGAL/Min_circle_2/Optimisation_circle_2_impl.h diff --git a/Min_circle_2/include/CGAL/Min_circle_2_traits_2.h b/Bounding_volumes/include/CGAL/Min_circle_2_traits_2.h similarity index 100% rename from Min_circle_2/include/CGAL/Min_circle_2_traits_2.h rename to Bounding_volumes/include/CGAL/Min_circle_2_traits_2.h diff --git a/Min_ellipse_2/include/CGAL/Min_ellipse_2.h b/Bounding_volumes/include/CGAL/Min_ellipse_2.h similarity index 100% rename from Min_ellipse_2/include/CGAL/Min_ellipse_2.h rename to Bounding_volumes/include/CGAL/Min_ellipse_2.h diff --git a/Min_ellipse_2/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h b/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h similarity index 100% rename from Min_ellipse_2/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h rename to Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterC2.h diff --git a/Min_ellipse_2/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h b/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h similarity index 100% rename from Min_ellipse_2/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h rename to Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_adapterH2.h diff --git a/Min_ellipse_2/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h b/Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h similarity index 100% rename from Min_ellipse_2/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h rename to Bounding_volumes/include/CGAL/Min_ellipse_2/Min_ellipse_2_impl.h diff --git a/Min_ellipse_2/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h b/Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h similarity index 100% rename from Min_ellipse_2/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h rename to Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2.h diff --git a/Min_ellipse_2/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h b/Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h similarity index 100% rename from Min_ellipse_2/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h rename to Bounding_volumes/include/CGAL/Min_ellipse_2/Optimisation_ellipse_2_impl.h diff --git a/Min_ellipse_2/include/CGAL/Min_ellipse_2_traits_2.h b/Bounding_volumes/include/CGAL/Min_ellipse_2_traits_2.h similarity index 100% rename from Min_ellipse_2/include/CGAL/Min_ellipse_2_traits_2.h rename to Bounding_volumes/include/CGAL/Min_ellipse_2_traits_2.h diff --git a/Min_quadrilateral_2/include/CGAL/Min_quadrilateral_traits_2.h b/Bounding_volumes/include/CGAL/Min_quadrilateral_traits_2.h similarity index 100% rename from Min_quadrilateral_2/include/CGAL/Min_quadrilateral_traits_2.h rename to Bounding_volumes/include/CGAL/Min_quadrilateral_traits_2.h diff --git a/Min_sphere_d/include/CGAL/Min_sphere_annulus_d_traits_2.h b/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_2.h similarity index 100% rename from Min_sphere_d/include/CGAL/Min_sphere_annulus_d_traits_2.h rename to Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_2.h diff --git a/Min_sphere_d/include/CGAL/Min_sphere_annulus_d_traits_3.h b/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_3.h similarity index 100% rename from Min_sphere_d/include/CGAL/Min_sphere_annulus_d_traits_3.h rename to Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_3.h diff --git a/Min_sphere_d/include/CGAL/Min_sphere_annulus_d_traits_d.h b/Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_d.h similarity index 100% rename from Min_sphere_d/include/CGAL/Min_sphere_annulus_d_traits_d.h rename to Bounding_volumes/include/CGAL/Min_sphere_annulus_d_traits_d.h diff --git a/Min_sphere_d/include/CGAL/Min_sphere_d.h b/Bounding_volumes/include/CGAL/Min_sphere_d.h similarity index 100% rename from Min_sphere_d/include/CGAL/Min_sphere_d.h rename to Bounding_volumes/include/CGAL/Min_sphere_d.h diff --git a/Min_sphere_d/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h b/Bounding_volumes/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h similarity index 100% rename from Min_sphere_d/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h rename to Bounding_volumes/include/CGAL/Min_sphere_d/Min_sphere_d_impl.h diff --git a/Min_sphere_d/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h b/Bounding_volumes/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h similarity index 100% rename from Min_sphere_d/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h rename to Bounding_volumes/include/CGAL/Min_sphere_d/Optimisation_sphere_d.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_points_d_traits_2.h b/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_2.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_points_d_traits_2.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_2.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_points_d_traits_3.h b/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_points_d_traits_3.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_3.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_points_d_traits_d.h b/Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_d.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_points_d_traits_d.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_points_d_traits_d.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_configure.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pair.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_pivot_impl.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_support_set_impl.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d_traits_2.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_2.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d_traits_2.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_2.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d_traits_3.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_3.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d_traits_3.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_3.h diff --git a/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d_traits_d.h b/Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_d.h similarity index 100% rename from Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d_traits_d.h rename to Bounding_volumes/include/CGAL/Min_sphere_of_spheres_d_traits_d.h diff --git a/Min_quadrilateral_2/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h b/Bounding_volumes/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h similarity index 100% rename from Min_quadrilateral_2/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h rename to Bounding_volumes/include/CGAL/Minimum_enclosing_quadrilateral_traits_2.h diff --git a/Min_quadrilateral_2/include/CGAL/min_quadrilateral_2.h b/Bounding_volumes/include/CGAL/min_quadrilateral_2.h similarity index 100% rename from Min_quadrilateral_2/include/CGAL/min_quadrilateral_2.h rename to Bounding_volumes/include/CGAL/min_quadrilateral_2.h diff --git a/Min_quadrilateral_2/include/CGAL/minimum_enclosing_quadrilateral_2.h b/Bounding_volumes/include/CGAL/minimum_enclosing_quadrilateral_2.h similarity index 100% rename from Min_quadrilateral_2/include/CGAL/minimum_enclosing_quadrilateral_2.h rename to Bounding_volumes/include/CGAL/minimum_enclosing_quadrilateral_2.h diff --git a/Bounding_volumes/package_info/Bounding_volumes/copyright b/Bounding_volumes/package_info/Bounding_volumes/copyright new file mode 100644 index 00000000000..32607a12d14 --- /dev/null +++ b/Bounding_volumes/package_info/Bounding_volumes/copyright @@ -0,0 +1,17 @@ + ETH Zurich (Switzerland). +Min_quadrilateral_2 +Min_sphere_of_spheres_d +Matrix_search +Approximate_min_ellipsoid_d +Min_ellipse_2 +Min_circle_2 +Min_sphere_d +Min_annulus_d +Min_quadrilateral_2 +Min_sphere_of_spheres_d +Matrix_search +Approximate_min_ellipsoid_d +Min_ellipse_2 +Min_circle_2 +Min_sphere_d +Min_annulus_d diff --git a/Bounding_volumes/package_info/Bounding_volumes/description.txt b/Bounding_volumes/package_info/Bounding_volumes/description.txt new file mode 100644 index 00000000000..b59fffde313 --- /dev/null +++ b/Bounding_volumes/package_info/Bounding_volumes/description.txt @@ -0,0 +1,36 @@ +Min_quadrilateral_2 +------------------- +Algorithms to compute the minimum enclosing rectangle/parallelogram +(arbitrary orientation) and the minimum enclosing strip of a convex +point set. + +Min_sphere_of_spheres_d +----------------------- +Algorithms for computing the smallest enclosing sphere of spheres +in arbitrary dimensionMatrix_search +Algorithms for searching in monotone and sorted matrices and +applications: computing extremal polygons, all furthest neighbors for +the vertices of a convex polygon and rectangular p-centers. + +Approximate_min_ellipsoid_d +--------------------------- +Algorithm for a (1+eps)-approximation to the minimum-volume enclosing +ellipsoid of points in arbitrary dimension + +Min_ellipse_2 +------------- +Algorithm for computing the smallest enclosing ellipse of points in the plane + +Min_circle_2 +------------ +Algorithm for computing the smallest enclosing circle of points in the plane + +Min_sphere_d +------------ +Algorithms for computing the smallest enclosing sphere of points in +arbitrary dimension + +Min_annulus_d +------------- +Algorithm for computing the smallest enclosing annulus of points in +arbitrary dimension diff --git a/Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/license.txt b/Bounding_volumes/package_info/Bounding_volumes/license.txt similarity index 100% rename from Approximate_min_ellipsoid_d/package_info/Approximate_min_ellipsoid_d/license.txt rename to Bounding_volumes/package_info/Bounding_volumes/license.txt diff --git a/Bounding_volumes/package_info/Bounding_volumes/maintainer b/Bounding_volumes/package_info/Bounding_volumes/maintainer new file mode 100644 index 00000000000..89b3b1265e3 --- /dev/null +++ b/Bounding_volumes/package_info/Bounding_volumes/maintainer @@ -0,0 +1,34 @@ +Min_quadrilateral_2 +------------------- +Michael Hoffmann + +Min_sphere_of_spheres_d +----------------------- +Kaspar Fischer +Bernd Gaertner +Michael Hoffmann + +Matrix_search +------------- +Michael Hoffmann + +Approximate_min_ellipsoid_d +--------------------------- +Kaspar Fischer + +Min_ellipse_2 +------------- +cgal-develop + +Min_circle_2 +------------ +cgal-develop + +Min_sphere_d +------------ +Bernd Gaertner +Michael Hoffmann + +Min_annulus_d +------------- +Michael Hoffmann diff --git a/Approximate_min_ellipsoid_d/test/Approximate_min_ellipsoid_d/testsuite.cpp b/Bounding_volumes/test/Approximate_min_ellipsoid_d/testsuite.cpp similarity index 100% rename from Approximate_min_ellipsoid_d/test/Approximate_min_ellipsoid_d/testsuite.cpp rename to Bounding_volumes/test/Approximate_min_ellipsoid_d/testsuite.cpp diff --git a/Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d.h b/Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d.h similarity index 100% rename from Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d.h rename to Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d.h diff --git a/Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d_2.cpp b/Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d_2.cpp similarity index 100% rename from Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d_2.cpp rename to Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d_2.cpp diff --git a/Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d_3.cpp b/Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d_3.cpp similarity index 100% rename from Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d_3.cpp rename to Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d_3.cpp diff --git a/Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d_d.cpp b/Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d_d.cpp similarity index 100% rename from Min_annulus_d/test/Min_annulus_d/test_Min_annulus_d_d.cpp rename to Bounding_volumes/test/Min_annulus_d/test_Min_annulus_d_d.cpp diff --git a/Min_circle_2/test/Min_circle_2/test_Min_circle.cmd b/Bounding_volumes/test/Min_circle_2/test_Min_circle.cmd similarity index 100% rename from Min_circle_2/test/Min_circle_2/test_Min_circle.cmd rename to Bounding_volumes/test/Min_circle_2/test_Min_circle.cmd diff --git a/Min_circle_2/test/Min_circle_2/test_Min_circle.cpp b/Bounding_volumes/test/Min_circle_2/test_Min_circle.cpp similarity index 100% rename from Min_circle_2/test/Min_circle_2/test_Min_circle.cpp rename to Bounding_volumes/test/Min_circle_2/test_Min_circle.cpp diff --git a/Min_ellipse_2/test/Min_ellipse_2/test_Min_ellipse_2.cmd b/Bounding_volumes/test/Min_ellipse_2/test_Min_ellipse_2.cmd similarity index 100% rename from Min_ellipse_2/test/Min_ellipse_2/test_Min_ellipse_2.cmd rename to Bounding_volumes/test/Min_ellipse_2/test_Min_ellipse_2.cmd diff --git a/Min_ellipse_2/test/Min_ellipse_2/test_Min_ellipse_2.cpp b/Bounding_volumes/test/Min_ellipse_2/test_Min_ellipse_2.cpp similarity index 100% rename from Min_ellipse_2/test/Min_ellipse_2/test_Min_ellipse_2.cpp rename to Bounding_volumes/test/Min_ellipse_2/test_Min_ellipse_2.cpp diff --git a/Min_quadrilateral_2/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_C.cpp b/Bounding_volumes/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_C.cpp similarity index 100% rename from Min_quadrilateral_2/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_C.cpp rename to Bounding_volumes/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_C.cpp diff --git a/Min_quadrilateral_2/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_H.cpp b/Bounding_volumes/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_H.cpp similarity index 100% rename from Min_quadrilateral_2/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_H.cpp rename to Bounding_volumes/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_H.cpp diff --git a/Min_quadrilateral_2/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_traits.cpp b/Bounding_volumes/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_traits.cpp similarity index 100% rename from Min_quadrilateral_2/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_traits.cpp rename to Bounding_volumes/test/Min_quadrilateral_2/minimum_enclosing_quadrilateral_2_test_traits.cpp diff --git a/Min_sphere_d/test/Min_sphere_d/min_sphere_test.cpp b/Bounding_volumes/test/Min_sphere_d/min_sphere_test.cpp similarity index 100% rename from Min_sphere_d/test/Min_sphere_d/min_sphere_test.cpp rename to Bounding_volumes/test/Min_sphere_d/min_sphere_test.cpp diff --git a/Min_sphere_d/test/Min_sphere_d/min_sphere_traits_2_test.cpp b/Bounding_volumes/test/Min_sphere_d/min_sphere_traits_2_test.cpp similarity index 100% rename from Min_sphere_d/test/Min_sphere_d/min_sphere_traits_2_test.cpp rename to Bounding_volumes/test/Min_sphere_d/min_sphere_traits_2_test.cpp diff --git a/Min_sphere_d/test/Min_sphere_d/min_sphere_traits_3_test.cpp b/Bounding_volumes/test/Min_sphere_d/min_sphere_traits_3_test.cpp similarity index 100% rename from Min_sphere_d/test/Min_sphere_d/min_sphere_traits_3_test.cpp rename to Bounding_volumes/test/Min_sphere_d/min_sphere_traits_3_test.cpp diff --git a/Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/interface_check.cpp b/Bounding_volumes/test/Min_sphere_of_spheres_d/interface_check.cpp similarity index 100% rename from Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/interface_check.cpp rename to Bounding_volumes/test/Min_sphere_of_spheres_d/interface_check.cpp diff --git a/Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/lp-alg-double.cpp b/Bounding_volumes/test/Min_sphere_of_spheres_d/lp-alg-double.cpp similarity index 100% rename from Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/lp-alg-double.cpp rename to Bounding_volumes/test/Min_sphere_of_spheres_d/lp-alg-double.cpp diff --git a/Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/lp-alg-exact.cpp b/Bounding_volumes/test/Min_sphere_of_spheres_d/lp-alg-exact.cpp similarity index 100% rename from Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/lp-alg-exact.cpp rename to Bounding_volumes/test/Min_sphere_of_spheres_d/lp-alg-exact.cpp diff --git a/Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/min_sphere_of_points.cpp b/Bounding_volumes/test/Min_sphere_of_spheres_d/min_sphere_of_points.cpp similarity index 100% rename from Min_sphere_of_spheres_d/test/Min_sphere_of_spheres_d/min_sphere_of_points.cpp rename to Bounding_volumes/test/Min_sphere_of_spheres_d/min_sphere_of_points.cpp diff --git a/Min_sphere_of_spheres_d/test_extensive/README b/Bounding_volumes/test_extensive/README similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/README rename to Bounding_volumes/test_extensive/README diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/almost_cospherical_points_10.data b/Bounding_volumes/test_extensive/stability/data/almost_cospherical_points_10.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/almost_cospherical_points_10.data rename to Bounding_volumes/test_extensive/stability/data/almost_cospherical_points_10.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/almost_cospherical_points_3.data b/Bounding_volumes/test_extensive/stability/data/almost_cospherical_points_3.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/almost_cospherical_points_3.data rename to Bounding_volumes/test_extensive/stability/data/almost_cospherical_points_3.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/balls_on_boundary_2.data b/Bounding_volumes/test_extensive/stability/data/balls_on_boundary_2.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/balls_on_boundary_2.data rename to Bounding_volumes/test_extensive/stability/data/balls_on_boundary_2.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/balls_on_boundary_3.data b/Bounding_volumes/test_extensive/stability/data/balls_on_boundary_3.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/balls_on_boundary_3.data rename to Bounding_volumes/test_extensive/stability/data/balls_on_boundary_3.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/cocircular_points_large_radius_2.data b/Bounding_volumes/test_extensive/stability/data/cocircular_points_large_radius_2.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/cocircular_points_large_radius_2.data rename to Bounding_volumes/test_extensive/stability/data/cocircular_points_large_radius_2.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/cocircular_points_small_radius_2.data b/Bounding_volumes/test_extensive/stability/data/cocircular_points_small_radius_2.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/cocircular_points_small_radius_2.data rename to Bounding_volumes/test_extensive/stability/data/cocircular_points_small_radius_2.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/cube_10.data b/Bounding_volumes/test_extensive/stability/data/cube_10.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/cube_10.data rename to Bounding_volumes/test_extensive/stability/data/cube_10.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/cube_12.data b/Bounding_volumes/test_extensive/stability/data/cube_12.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/cube_12.data rename to Bounding_volumes/test_extensive/stability/data/cube_12.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/longitude_latitude_model_3.data b/Bounding_volumes/test_extensive/stability/data/longitude_latitude_model_3.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/longitude_latitude_model_3.data rename to Bounding_volumes/test_extensive/stability/data/longitude_latitude_model_3.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/random_points_10.data b/Bounding_volumes/test_extensive/stability/data/random_points_10.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/random_points_10.data rename to Bounding_volumes/test_extensive/stability/data/random_points_10.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/random_points_3.data b/Bounding_volumes/test_extensive/stability/data/random_points_3.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/random_points_3.data rename to Bounding_volumes/test_extensive/stability/data/random_points_3.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/random_points_5.data b/Bounding_volumes/test_extensive/stability/data/random_points_5.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/random_points_5.data rename to Bounding_volumes/test_extensive/stability/data/random_points_5.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.0 b/Bounding_volumes/test_extensive/stability/data/results.0 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.0 rename to Bounding_volumes/test_extensive/stability/data/results.0 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.0.exact b/Bounding_volumes/test_extensive/stability/data/results.0.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.0.exact rename to Bounding_volumes/test_extensive/stability/data/results.0.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.1 b/Bounding_volumes/test_extensive/stability/data/results.1 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.1 rename to Bounding_volumes/test_extensive/stability/data/results.1 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.1.exact b/Bounding_volumes/test_extensive/stability/data/results.1.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.1.exact rename to Bounding_volumes/test_extensive/stability/data/results.1.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.10 b/Bounding_volumes/test_extensive/stability/data/results.10 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.10 rename to Bounding_volumes/test_extensive/stability/data/results.10 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.10.exact b/Bounding_volumes/test_extensive/stability/data/results.10.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.10.exact rename to Bounding_volumes/test_extensive/stability/data/results.10.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.100 b/Bounding_volumes/test_extensive/stability/data/results.100 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.100 rename to Bounding_volumes/test_extensive/stability/data/results.100 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.100.exact b/Bounding_volumes/test_extensive/stability/data/results.100.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.100.exact rename to Bounding_volumes/test_extensive/stability/data/results.100.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.101 b/Bounding_volumes/test_extensive/stability/data/results.101 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.101 rename to Bounding_volumes/test_extensive/stability/data/results.101 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.101.exact b/Bounding_volumes/test_extensive/stability/data/results.101.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.101.exact rename to Bounding_volumes/test_extensive/stability/data/results.101.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.102 b/Bounding_volumes/test_extensive/stability/data/results.102 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.102 rename to Bounding_volumes/test_extensive/stability/data/results.102 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.102.exact b/Bounding_volumes/test_extensive/stability/data/results.102.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.102.exact rename to Bounding_volumes/test_extensive/stability/data/results.102.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.103 b/Bounding_volumes/test_extensive/stability/data/results.103 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.103 rename to Bounding_volumes/test_extensive/stability/data/results.103 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.103.exact b/Bounding_volumes/test_extensive/stability/data/results.103.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.103.exact rename to Bounding_volumes/test_extensive/stability/data/results.103.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.104 b/Bounding_volumes/test_extensive/stability/data/results.104 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.104 rename to Bounding_volumes/test_extensive/stability/data/results.104 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.104.exact b/Bounding_volumes/test_extensive/stability/data/results.104.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.104.exact rename to Bounding_volumes/test_extensive/stability/data/results.104.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.105 b/Bounding_volumes/test_extensive/stability/data/results.105 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.105 rename to Bounding_volumes/test_extensive/stability/data/results.105 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.105.exact b/Bounding_volumes/test_extensive/stability/data/results.105.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.105.exact rename to Bounding_volumes/test_extensive/stability/data/results.105.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.106 b/Bounding_volumes/test_extensive/stability/data/results.106 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.106 rename to Bounding_volumes/test_extensive/stability/data/results.106 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.106.exact b/Bounding_volumes/test_extensive/stability/data/results.106.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.106.exact rename to Bounding_volumes/test_extensive/stability/data/results.106.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.107 b/Bounding_volumes/test_extensive/stability/data/results.107 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.107 rename to Bounding_volumes/test_extensive/stability/data/results.107 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.107.exact b/Bounding_volumes/test_extensive/stability/data/results.107.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.107.exact rename to Bounding_volumes/test_extensive/stability/data/results.107.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.108 b/Bounding_volumes/test_extensive/stability/data/results.108 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.108 rename to Bounding_volumes/test_extensive/stability/data/results.108 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.108.exact b/Bounding_volumes/test_extensive/stability/data/results.108.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.108.exact rename to Bounding_volumes/test_extensive/stability/data/results.108.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.109 b/Bounding_volumes/test_extensive/stability/data/results.109 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.109 rename to Bounding_volumes/test_extensive/stability/data/results.109 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.109.exact b/Bounding_volumes/test_extensive/stability/data/results.109.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.109.exact rename to Bounding_volumes/test_extensive/stability/data/results.109.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.11 b/Bounding_volumes/test_extensive/stability/data/results.11 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.11 rename to Bounding_volumes/test_extensive/stability/data/results.11 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.11.exact b/Bounding_volumes/test_extensive/stability/data/results.11.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.11.exact rename to Bounding_volumes/test_extensive/stability/data/results.11.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.110 b/Bounding_volumes/test_extensive/stability/data/results.110 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.110 rename to Bounding_volumes/test_extensive/stability/data/results.110 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.110.exact b/Bounding_volumes/test_extensive/stability/data/results.110.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.110.exact rename to Bounding_volumes/test_extensive/stability/data/results.110.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.111 b/Bounding_volumes/test_extensive/stability/data/results.111 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.111 rename to Bounding_volumes/test_extensive/stability/data/results.111 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.111.exact b/Bounding_volumes/test_extensive/stability/data/results.111.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.111.exact rename to Bounding_volumes/test_extensive/stability/data/results.111.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.112 b/Bounding_volumes/test_extensive/stability/data/results.112 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.112 rename to Bounding_volumes/test_extensive/stability/data/results.112 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.112.exact b/Bounding_volumes/test_extensive/stability/data/results.112.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.112.exact rename to Bounding_volumes/test_extensive/stability/data/results.112.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.113 b/Bounding_volumes/test_extensive/stability/data/results.113 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.113 rename to Bounding_volumes/test_extensive/stability/data/results.113 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.113.exact b/Bounding_volumes/test_extensive/stability/data/results.113.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.113.exact rename to Bounding_volumes/test_extensive/stability/data/results.113.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.114 b/Bounding_volumes/test_extensive/stability/data/results.114 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.114 rename to Bounding_volumes/test_extensive/stability/data/results.114 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.114.exact b/Bounding_volumes/test_extensive/stability/data/results.114.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.114.exact rename to Bounding_volumes/test_extensive/stability/data/results.114.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.115 b/Bounding_volumes/test_extensive/stability/data/results.115 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.115 rename to Bounding_volumes/test_extensive/stability/data/results.115 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.115.exact b/Bounding_volumes/test_extensive/stability/data/results.115.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.115.exact rename to Bounding_volumes/test_extensive/stability/data/results.115.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.116 b/Bounding_volumes/test_extensive/stability/data/results.116 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.116 rename to Bounding_volumes/test_extensive/stability/data/results.116 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.116.exact b/Bounding_volumes/test_extensive/stability/data/results.116.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.116.exact rename to Bounding_volumes/test_extensive/stability/data/results.116.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.117 b/Bounding_volumes/test_extensive/stability/data/results.117 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.117 rename to Bounding_volumes/test_extensive/stability/data/results.117 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.117.exact b/Bounding_volumes/test_extensive/stability/data/results.117.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.117.exact rename to Bounding_volumes/test_extensive/stability/data/results.117.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.118 b/Bounding_volumes/test_extensive/stability/data/results.118 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.118 rename to Bounding_volumes/test_extensive/stability/data/results.118 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.118.exact b/Bounding_volumes/test_extensive/stability/data/results.118.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.118.exact rename to Bounding_volumes/test_extensive/stability/data/results.118.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.119 b/Bounding_volumes/test_extensive/stability/data/results.119 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.119 rename to Bounding_volumes/test_extensive/stability/data/results.119 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.119.exact b/Bounding_volumes/test_extensive/stability/data/results.119.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.119.exact rename to Bounding_volumes/test_extensive/stability/data/results.119.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.12 b/Bounding_volumes/test_extensive/stability/data/results.12 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.12 rename to Bounding_volumes/test_extensive/stability/data/results.12 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.12.exact b/Bounding_volumes/test_extensive/stability/data/results.12.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.12.exact rename to Bounding_volumes/test_extensive/stability/data/results.12.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.120 b/Bounding_volumes/test_extensive/stability/data/results.120 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.120 rename to Bounding_volumes/test_extensive/stability/data/results.120 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.120.exact b/Bounding_volumes/test_extensive/stability/data/results.120.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.120.exact rename to Bounding_volumes/test_extensive/stability/data/results.120.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.121 b/Bounding_volumes/test_extensive/stability/data/results.121 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.121 rename to Bounding_volumes/test_extensive/stability/data/results.121 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.121.exact b/Bounding_volumes/test_extensive/stability/data/results.121.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.121.exact rename to Bounding_volumes/test_extensive/stability/data/results.121.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.122 b/Bounding_volumes/test_extensive/stability/data/results.122 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.122 rename to Bounding_volumes/test_extensive/stability/data/results.122 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.122.exact b/Bounding_volumes/test_extensive/stability/data/results.122.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.122.exact rename to Bounding_volumes/test_extensive/stability/data/results.122.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.123 b/Bounding_volumes/test_extensive/stability/data/results.123 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.123 rename to Bounding_volumes/test_extensive/stability/data/results.123 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.123.exact b/Bounding_volumes/test_extensive/stability/data/results.123.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.123.exact rename to Bounding_volumes/test_extensive/stability/data/results.123.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.124 b/Bounding_volumes/test_extensive/stability/data/results.124 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.124 rename to Bounding_volumes/test_extensive/stability/data/results.124 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.124.exact b/Bounding_volumes/test_extensive/stability/data/results.124.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.124.exact rename to Bounding_volumes/test_extensive/stability/data/results.124.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.125 b/Bounding_volumes/test_extensive/stability/data/results.125 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.125 rename to Bounding_volumes/test_extensive/stability/data/results.125 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.125.exact b/Bounding_volumes/test_extensive/stability/data/results.125.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.125.exact rename to Bounding_volumes/test_extensive/stability/data/results.125.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.126 b/Bounding_volumes/test_extensive/stability/data/results.126 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.126 rename to Bounding_volumes/test_extensive/stability/data/results.126 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.126.exact b/Bounding_volumes/test_extensive/stability/data/results.126.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.126.exact rename to Bounding_volumes/test_extensive/stability/data/results.126.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.127 b/Bounding_volumes/test_extensive/stability/data/results.127 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.127 rename to Bounding_volumes/test_extensive/stability/data/results.127 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.127.exact b/Bounding_volumes/test_extensive/stability/data/results.127.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.127.exact rename to Bounding_volumes/test_extensive/stability/data/results.127.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.128 b/Bounding_volumes/test_extensive/stability/data/results.128 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.128 rename to Bounding_volumes/test_extensive/stability/data/results.128 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.128.exact b/Bounding_volumes/test_extensive/stability/data/results.128.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.128.exact rename to Bounding_volumes/test_extensive/stability/data/results.128.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.129 b/Bounding_volumes/test_extensive/stability/data/results.129 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.129 rename to Bounding_volumes/test_extensive/stability/data/results.129 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.129.exact b/Bounding_volumes/test_extensive/stability/data/results.129.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.129.exact rename to Bounding_volumes/test_extensive/stability/data/results.129.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.13 b/Bounding_volumes/test_extensive/stability/data/results.13 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.13 rename to Bounding_volumes/test_extensive/stability/data/results.13 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.13.exact b/Bounding_volumes/test_extensive/stability/data/results.13.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.13.exact rename to Bounding_volumes/test_extensive/stability/data/results.13.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.130 b/Bounding_volumes/test_extensive/stability/data/results.130 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.130 rename to Bounding_volumes/test_extensive/stability/data/results.130 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.130.exact b/Bounding_volumes/test_extensive/stability/data/results.130.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.130.exact rename to Bounding_volumes/test_extensive/stability/data/results.130.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.131 b/Bounding_volumes/test_extensive/stability/data/results.131 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.131 rename to Bounding_volumes/test_extensive/stability/data/results.131 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.131.exact b/Bounding_volumes/test_extensive/stability/data/results.131.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.131.exact rename to Bounding_volumes/test_extensive/stability/data/results.131.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.132 b/Bounding_volumes/test_extensive/stability/data/results.132 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.132 rename to Bounding_volumes/test_extensive/stability/data/results.132 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.132.exact b/Bounding_volumes/test_extensive/stability/data/results.132.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.132.exact rename to Bounding_volumes/test_extensive/stability/data/results.132.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.133 b/Bounding_volumes/test_extensive/stability/data/results.133 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.133 rename to Bounding_volumes/test_extensive/stability/data/results.133 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.133.exact b/Bounding_volumes/test_extensive/stability/data/results.133.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.133.exact rename to Bounding_volumes/test_extensive/stability/data/results.133.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.134 b/Bounding_volumes/test_extensive/stability/data/results.134 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.134 rename to Bounding_volumes/test_extensive/stability/data/results.134 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.134.exact b/Bounding_volumes/test_extensive/stability/data/results.134.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.134.exact rename to Bounding_volumes/test_extensive/stability/data/results.134.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.135 b/Bounding_volumes/test_extensive/stability/data/results.135 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.135 rename to Bounding_volumes/test_extensive/stability/data/results.135 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.135.exact b/Bounding_volumes/test_extensive/stability/data/results.135.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.135.exact rename to Bounding_volumes/test_extensive/stability/data/results.135.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.136 b/Bounding_volumes/test_extensive/stability/data/results.136 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.136 rename to Bounding_volumes/test_extensive/stability/data/results.136 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.136.exact b/Bounding_volumes/test_extensive/stability/data/results.136.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.136.exact rename to Bounding_volumes/test_extensive/stability/data/results.136.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.137 b/Bounding_volumes/test_extensive/stability/data/results.137 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.137 rename to Bounding_volumes/test_extensive/stability/data/results.137 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.137.exact b/Bounding_volumes/test_extensive/stability/data/results.137.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.137.exact rename to Bounding_volumes/test_extensive/stability/data/results.137.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.138 b/Bounding_volumes/test_extensive/stability/data/results.138 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.138 rename to Bounding_volumes/test_extensive/stability/data/results.138 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.138.exact b/Bounding_volumes/test_extensive/stability/data/results.138.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.138.exact rename to Bounding_volumes/test_extensive/stability/data/results.138.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.139 b/Bounding_volumes/test_extensive/stability/data/results.139 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.139 rename to Bounding_volumes/test_extensive/stability/data/results.139 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.139.exact b/Bounding_volumes/test_extensive/stability/data/results.139.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.139.exact rename to Bounding_volumes/test_extensive/stability/data/results.139.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.14 b/Bounding_volumes/test_extensive/stability/data/results.14 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.14 rename to Bounding_volumes/test_extensive/stability/data/results.14 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.14.exact b/Bounding_volumes/test_extensive/stability/data/results.14.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.14.exact rename to Bounding_volumes/test_extensive/stability/data/results.14.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.140 b/Bounding_volumes/test_extensive/stability/data/results.140 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.140 rename to Bounding_volumes/test_extensive/stability/data/results.140 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.140.exact b/Bounding_volumes/test_extensive/stability/data/results.140.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.140.exact rename to Bounding_volumes/test_extensive/stability/data/results.140.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.141 b/Bounding_volumes/test_extensive/stability/data/results.141 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.141 rename to Bounding_volumes/test_extensive/stability/data/results.141 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.141.exact b/Bounding_volumes/test_extensive/stability/data/results.141.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.141.exact rename to Bounding_volumes/test_extensive/stability/data/results.141.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.142 b/Bounding_volumes/test_extensive/stability/data/results.142 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.142 rename to Bounding_volumes/test_extensive/stability/data/results.142 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.142.exact b/Bounding_volumes/test_extensive/stability/data/results.142.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.142.exact rename to Bounding_volumes/test_extensive/stability/data/results.142.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.143 b/Bounding_volumes/test_extensive/stability/data/results.143 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.143 rename to Bounding_volumes/test_extensive/stability/data/results.143 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.143.exact b/Bounding_volumes/test_extensive/stability/data/results.143.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.143.exact rename to Bounding_volumes/test_extensive/stability/data/results.143.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.144 b/Bounding_volumes/test_extensive/stability/data/results.144 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.144 rename to Bounding_volumes/test_extensive/stability/data/results.144 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.144.exact b/Bounding_volumes/test_extensive/stability/data/results.144.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.144.exact rename to Bounding_volumes/test_extensive/stability/data/results.144.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.145 b/Bounding_volumes/test_extensive/stability/data/results.145 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.145 rename to Bounding_volumes/test_extensive/stability/data/results.145 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.145.exact b/Bounding_volumes/test_extensive/stability/data/results.145.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.145.exact rename to Bounding_volumes/test_extensive/stability/data/results.145.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.146 b/Bounding_volumes/test_extensive/stability/data/results.146 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.146 rename to Bounding_volumes/test_extensive/stability/data/results.146 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.146.exact b/Bounding_volumes/test_extensive/stability/data/results.146.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.146.exact rename to Bounding_volumes/test_extensive/stability/data/results.146.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.147 b/Bounding_volumes/test_extensive/stability/data/results.147 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.147 rename to Bounding_volumes/test_extensive/stability/data/results.147 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.147.exact b/Bounding_volumes/test_extensive/stability/data/results.147.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.147.exact rename to Bounding_volumes/test_extensive/stability/data/results.147.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.148 b/Bounding_volumes/test_extensive/stability/data/results.148 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.148 rename to Bounding_volumes/test_extensive/stability/data/results.148 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.148.exact b/Bounding_volumes/test_extensive/stability/data/results.148.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.148.exact rename to Bounding_volumes/test_extensive/stability/data/results.148.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.149 b/Bounding_volumes/test_extensive/stability/data/results.149 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.149 rename to Bounding_volumes/test_extensive/stability/data/results.149 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.149.exact b/Bounding_volumes/test_extensive/stability/data/results.149.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.149.exact rename to Bounding_volumes/test_extensive/stability/data/results.149.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.15 b/Bounding_volumes/test_extensive/stability/data/results.15 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.15 rename to Bounding_volumes/test_extensive/stability/data/results.15 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.15.exact b/Bounding_volumes/test_extensive/stability/data/results.15.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.15.exact rename to Bounding_volumes/test_extensive/stability/data/results.15.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.150 b/Bounding_volumes/test_extensive/stability/data/results.150 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.150 rename to Bounding_volumes/test_extensive/stability/data/results.150 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.150.exact b/Bounding_volumes/test_extensive/stability/data/results.150.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.150.exact rename to Bounding_volumes/test_extensive/stability/data/results.150.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.151 b/Bounding_volumes/test_extensive/stability/data/results.151 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.151 rename to Bounding_volumes/test_extensive/stability/data/results.151 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.151.exact b/Bounding_volumes/test_extensive/stability/data/results.151.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.151.exact rename to Bounding_volumes/test_extensive/stability/data/results.151.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.152 b/Bounding_volumes/test_extensive/stability/data/results.152 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.152 rename to Bounding_volumes/test_extensive/stability/data/results.152 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.152.exact b/Bounding_volumes/test_extensive/stability/data/results.152.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.152.exact rename to Bounding_volumes/test_extensive/stability/data/results.152.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.153 b/Bounding_volumes/test_extensive/stability/data/results.153 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.153 rename to Bounding_volumes/test_extensive/stability/data/results.153 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.153.exact b/Bounding_volumes/test_extensive/stability/data/results.153.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.153.exact rename to Bounding_volumes/test_extensive/stability/data/results.153.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.154 b/Bounding_volumes/test_extensive/stability/data/results.154 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.154 rename to Bounding_volumes/test_extensive/stability/data/results.154 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.154.exact b/Bounding_volumes/test_extensive/stability/data/results.154.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.154.exact rename to Bounding_volumes/test_extensive/stability/data/results.154.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.155 b/Bounding_volumes/test_extensive/stability/data/results.155 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.155 rename to Bounding_volumes/test_extensive/stability/data/results.155 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.155.exact b/Bounding_volumes/test_extensive/stability/data/results.155.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.155.exact rename to Bounding_volumes/test_extensive/stability/data/results.155.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.156 b/Bounding_volumes/test_extensive/stability/data/results.156 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.156 rename to Bounding_volumes/test_extensive/stability/data/results.156 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.156.exact b/Bounding_volumes/test_extensive/stability/data/results.156.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.156.exact rename to Bounding_volumes/test_extensive/stability/data/results.156.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.157 b/Bounding_volumes/test_extensive/stability/data/results.157 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.157 rename to Bounding_volumes/test_extensive/stability/data/results.157 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.157.exact b/Bounding_volumes/test_extensive/stability/data/results.157.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.157.exact rename to Bounding_volumes/test_extensive/stability/data/results.157.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.158 b/Bounding_volumes/test_extensive/stability/data/results.158 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.158 rename to Bounding_volumes/test_extensive/stability/data/results.158 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.158.exact b/Bounding_volumes/test_extensive/stability/data/results.158.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.158.exact rename to Bounding_volumes/test_extensive/stability/data/results.158.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.159 b/Bounding_volumes/test_extensive/stability/data/results.159 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.159 rename to Bounding_volumes/test_extensive/stability/data/results.159 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.159.exact b/Bounding_volumes/test_extensive/stability/data/results.159.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.159.exact rename to Bounding_volumes/test_extensive/stability/data/results.159.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.16 b/Bounding_volumes/test_extensive/stability/data/results.16 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.16 rename to Bounding_volumes/test_extensive/stability/data/results.16 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.16.exact b/Bounding_volumes/test_extensive/stability/data/results.16.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.16.exact rename to Bounding_volumes/test_extensive/stability/data/results.16.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.160 b/Bounding_volumes/test_extensive/stability/data/results.160 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.160 rename to Bounding_volumes/test_extensive/stability/data/results.160 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.160.exact b/Bounding_volumes/test_extensive/stability/data/results.160.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.160.exact rename to Bounding_volumes/test_extensive/stability/data/results.160.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.161 b/Bounding_volumes/test_extensive/stability/data/results.161 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.161 rename to Bounding_volumes/test_extensive/stability/data/results.161 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.161.exact b/Bounding_volumes/test_extensive/stability/data/results.161.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.161.exact rename to Bounding_volumes/test_extensive/stability/data/results.161.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.162 b/Bounding_volumes/test_extensive/stability/data/results.162 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.162 rename to Bounding_volumes/test_extensive/stability/data/results.162 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.162.exact b/Bounding_volumes/test_extensive/stability/data/results.162.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.162.exact rename to Bounding_volumes/test_extensive/stability/data/results.162.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.163 b/Bounding_volumes/test_extensive/stability/data/results.163 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.163 rename to Bounding_volumes/test_extensive/stability/data/results.163 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.163.exact b/Bounding_volumes/test_extensive/stability/data/results.163.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.163.exact rename to Bounding_volumes/test_extensive/stability/data/results.163.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.164 b/Bounding_volumes/test_extensive/stability/data/results.164 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.164 rename to Bounding_volumes/test_extensive/stability/data/results.164 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.164.exact b/Bounding_volumes/test_extensive/stability/data/results.164.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.164.exact rename to Bounding_volumes/test_extensive/stability/data/results.164.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.165 b/Bounding_volumes/test_extensive/stability/data/results.165 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.165 rename to Bounding_volumes/test_extensive/stability/data/results.165 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.165.exact b/Bounding_volumes/test_extensive/stability/data/results.165.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.165.exact rename to Bounding_volumes/test_extensive/stability/data/results.165.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.166 b/Bounding_volumes/test_extensive/stability/data/results.166 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.166 rename to Bounding_volumes/test_extensive/stability/data/results.166 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.166.exact b/Bounding_volumes/test_extensive/stability/data/results.166.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.166.exact rename to Bounding_volumes/test_extensive/stability/data/results.166.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.167 b/Bounding_volumes/test_extensive/stability/data/results.167 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.167 rename to Bounding_volumes/test_extensive/stability/data/results.167 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.167.exact b/Bounding_volumes/test_extensive/stability/data/results.167.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.167.exact rename to Bounding_volumes/test_extensive/stability/data/results.167.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.168 b/Bounding_volumes/test_extensive/stability/data/results.168 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.168 rename to Bounding_volumes/test_extensive/stability/data/results.168 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.168.exact b/Bounding_volumes/test_extensive/stability/data/results.168.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.168.exact rename to Bounding_volumes/test_extensive/stability/data/results.168.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.169 b/Bounding_volumes/test_extensive/stability/data/results.169 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.169 rename to Bounding_volumes/test_extensive/stability/data/results.169 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.169.exact b/Bounding_volumes/test_extensive/stability/data/results.169.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.169.exact rename to Bounding_volumes/test_extensive/stability/data/results.169.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.17 b/Bounding_volumes/test_extensive/stability/data/results.17 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.17 rename to Bounding_volumes/test_extensive/stability/data/results.17 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.17.exact b/Bounding_volumes/test_extensive/stability/data/results.17.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.17.exact rename to Bounding_volumes/test_extensive/stability/data/results.17.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.170 b/Bounding_volumes/test_extensive/stability/data/results.170 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.170 rename to Bounding_volumes/test_extensive/stability/data/results.170 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.170.exact b/Bounding_volumes/test_extensive/stability/data/results.170.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.170.exact rename to Bounding_volumes/test_extensive/stability/data/results.170.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.171 b/Bounding_volumes/test_extensive/stability/data/results.171 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.171 rename to Bounding_volumes/test_extensive/stability/data/results.171 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.171.exact b/Bounding_volumes/test_extensive/stability/data/results.171.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.171.exact rename to Bounding_volumes/test_extensive/stability/data/results.171.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.172 b/Bounding_volumes/test_extensive/stability/data/results.172 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.172 rename to Bounding_volumes/test_extensive/stability/data/results.172 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.172.exact b/Bounding_volumes/test_extensive/stability/data/results.172.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.172.exact rename to Bounding_volumes/test_extensive/stability/data/results.172.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.173 b/Bounding_volumes/test_extensive/stability/data/results.173 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.173 rename to Bounding_volumes/test_extensive/stability/data/results.173 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.173.exact b/Bounding_volumes/test_extensive/stability/data/results.173.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.173.exact rename to Bounding_volumes/test_extensive/stability/data/results.173.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.174 b/Bounding_volumes/test_extensive/stability/data/results.174 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.174 rename to Bounding_volumes/test_extensive/stability/data/results.174 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.174.exact b/Bounding_volumes/test_extensive/stability/data/results.174.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.174.exact rename to Bounding_volumes/test_extensive/stability/data/results.174.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.175 b/Bounding_volumes/test_extensive/stability/data/results.175 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.175 rename to Bounding_volumes/test_extensive/stability/data/results.175 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.175.exact b/Bounding_volumes/test_extensive/stability/data/results.175.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.175.exact rename to Bounding_volumes/test_extensive/stability/data/results.175.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.176 b/Bounding_volumes/test_extensive/stability/data/results.176 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.176 rename to Bounding_volumes/test_extensive/stability/data/results.176 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.176.exact b/Bounding_volumes/test_extensive/stability/data/results.176.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.176.exact rename to Bounding_volumes/test_extensive/stability/data/results.176.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.177 b/Bounding_volumes/test_extensive/stability/data/results.177 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.177 rename to Bounding_volumes/test_extensive/stability/data/results.177 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.177.exact b/Bounding_volumes/test_extensive/stability/data/results.177.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.177.exact rename to Bounding_volumes/test_extensive/stability/data/results.177.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.178 b/Bounding_volumes/test_extensive/stability/data/results.178 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.178 rename to Bounding_volumes/test_extensive/stability/data/results.178 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.178.exact b/Bounding_volumes/test_extensive/stability/data/results.178.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.178.exact rename to Bounding_volumes/test_extensive/stability/data/results.178.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.179 b/Bounding_volumes/test_extensive/stability/data/results.179 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.179 rename to Bounding_volumes/test_extensive/stability/data/results.179 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.179.exact b/Bounding_volumes/test_extensive/stability/data/results.179.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.179.exact rename to Bounding_volumes/test_extensive/stability/data/results.179.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.18 b/Bounding_volumes/test_extensive/stability/data/results.18 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.18 rename to Bounding_volumes/test_extensive/stability/data/results.18 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.18.exact b/Bounding_volumes/test_extensive/stability/data/results.18.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.18.exact rename to Bounding_volumes/test_extensive/stability/data/results.18.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.180 b/Bounding_volumes/test_extensive/stability/data/results.180 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.180 rename to Bounding_volumes/test_extensive/stability/data/results.180 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.180.exact b/Bounding_volumes/test_extensive/stability/data/results.180.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.180.exact rename to Bounding_volumes/test_extensive/stability/data/results.180.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.181 b/Bounding_volumes/test_extensive/stability/data/results.181 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.181 rename to Bounding_volumes/test_extensive/stability/data/results.181 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.181.exact b/Bounding_volumes/test_extensive/stability/data/results.181.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.181.exact rename to Bounding_volumes/test_extensive/stability/data/results.181.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.182 b/Bounding_volumes/test_extensive/stability/data/results.182 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.182 rename to Bounding_volumes/test_extensive/stability/data/results.182 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.182.exact b/Bounding_volumes/test_extensive/stability/data/results.182.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.182.exact rename to Bounding_volumes/test_extensive/stability/data/results.182.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.183 b/Bounding_volumes/test_extensive/stability/data/results.183 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.183 rename to Bounding_volumes/test_extensive/stability/data/results.183 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.183.exact b/Bounding_volumes/test_extensive/stability/data/results.183.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.183.exact rename to Bounding_volumes/test_extensive/stability/data/results.183.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.184 b/Bounding_volumes/test_extensive/stability/data/results.184 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.184 rename to Bounding_volumes/test_extensive/stability/data/results.184 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.184.exact b/Bounding_volumes/test_extensive/stability/data/results.184.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.184.exact rename to Bounding_volumes/test_extensive/stability/data/results.184.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.185 b/Bounding_volumes/test_extensive/stability/data/results.185 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.185 rename to Bounding_volumes/test_extensive/stability/data/results.185 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.185.exact b/Bounding_volumes/test_extensive/stability/data/results.185.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.185.exact rename to Bounding_volumes/test_extensive/stability/data/results.185.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.186 b/Bounding_volumes/test_extensive/stability/data/results.186 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.186 rename to Bounding_volumes/test_extensive/stability/data/results.186 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.186.exact b/Bounding_volumes/test_extensive/stability/data/results.186.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.186.exact rename to Bounding_volumes/test_extensive/stability/data/results.186.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.187 b/Bounding_volumes/test_extensive/stability/data/results.187 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.187 rename to Bounding_volumes/test_extensive/stability/data/results.187 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.187.exact b/Bounding_volumes/test_extensive/stability/data/results.187.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.187.exact rename to Bounding_volumes/test_extensive/stability/data/results.187.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.188 b/Bounding_volumes/test_extensive/stability/data/results.188 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.188 rename to Bounding_volumes/test_extensive/stability/data/results.188 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.188.exact b/Bounding_volumes/test_extensive/stability/data/results.188.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.188.exact rename to Bounding_volumes/test_extensive/stability/data/results.188.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.189 b/Bounding_volumes/test_extensive/stability/data/results.189 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.189 rename to Bounding_volumes/test_extensive/stability/data/results.189 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.189.exact b/Bounding_volumes/test_extensive/stability/data/results.189.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.189.exact rename to Bounding_volumes/test_extensive/stability/data/results.189.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.19 b/Bounding_volumes/test_extensive/stability/data/results.19 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.19 rename to Bounding_volumes/test_extensive/stability/data/results.19 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.19.exact b/Bounding_volumes/test_extensive/stability/data/results.19.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.19.exact rename to Bounding_volumes/test_extensive/stability/data/results.19.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.190 b/Bounding_volumes/test_extensive/stability/data/results.190 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.190 rename to Bounding_volumes/test_extensive/stability/data/results.190 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.190.exact b/Bounding_volumes/test_extensive/stability/data/results.190.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.190.exact rename to Bounding_volumes/test_extensive/stability/data/results.190.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.191 b/Bounding_volumes/test_extensive/stability/data/results.191 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.191 rename to Bounding_volumes/test_extensive/stability/data/results.191 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.191.exact b/Bounding_volumes/test_extensive/stability/data/results.191.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.191.exact rename to Bounding_volumes/test_extensive/stability/data/results.191.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.192 b/Bounding_volumes/test_extensive/stability/data/results.192 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.192 rename to Bounding_volumes/test_extensive/stability/data/results.192 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.192.exact b/Bounding_volumes/test_extensive/stability/data/results.192.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.192.exact rename to Bounding_volumes/test_extensive/stability/data/results.192.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.193 b/Bounding_volumes/test_extensive/stability/data/results.193 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.193 rename to Bounding_volumes/test_extensive/stability/data/results.193 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.193.exact b/Bounding_volumes/test_extensive/stability/data/results.193.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.193.exact rename to Bounding_volumes/test_extensive/stability/data/results.193.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.194 b/Bounding_volumes/test_extensive/stability/data/results.194 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.194 rename to Bounding_volumes/test_extensive/stability/data/results.194 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.194.exact b/Bounding_volumes/test_extensive/stability/data/results.194.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.194.exact rename to Bounding_volumes/test_extensive/stability/data/results.194.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.195 b/Bounding_volumes/test_extensive/stability/data/results.195 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.195 rename to Bounding_volumes/test_extensive/stability/data/results.195 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.195.exact b/Bounding_volumes/test_extensive/stability/data/results.195.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.195.exact rename to Bounding_volumes/test_extensive/stability/data/results.195.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.196 b/Bounding_volumes/test_extensive/stability/data/results.196 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.196 rename to Bounding_volumes/test_extensive/stability/data/results.196 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.196.exact b/Bounding_volumes/test_extensive/stability/data/results.196.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.196.exact rename to Bounding_volumes/test_extensive/stability/data/results.196.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.197 b/Bounding_volumes/test_extensive/stability/data/results.197 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.197 rename to Bounding_volumes/test_extensive/stability/data/results.197 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.197.exact b/Bounding_volumes/test_extensive/stability/data/results.197.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.197.exact rename to Bounding_volumes/test_extensive/stability/data/results.197.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.198 b/Bounding_volumes/test_extensive/stability/data/results.198 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.198 rename to Bounding_volumes/test_extensive/stability/data/results.198 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.198.exact b/Bounding_volumes/test_extensive/stability/data/results.198.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.198.exact rename to Bounding_volumes/test_extensive/stability/data/results.198.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.199 b/Bounding_volumes/test_extensive/stability/data/results.199 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.199 rename to Bounding_volumes/test_extensive/stability/data/results.199 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.199.exact b/Bounding_volumes/test_extensive/stability/data/results.199.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.199.exact rename to Bounding_volumes/test_extensive/stability/data/results.199.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.2 b/Bounding_volumes/test_extensive/stability/data/results.2 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.2 rename to Bounding_volumes/test_extensive/stability/data/results.2 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.2.exact b/Bounding_volumes/test_extensive/stability/data/results.2.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.2.exact rename to Bounding_volumes/test_extensive/stability/data/results.2.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.20 b/Bounding_volumes/test_extensive/stability/data/results.20 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.20 rename to Bounding_volumes/test_extensive/stability/data/results.20 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.20.exact b/Bounding_volumes/test_extensive/stability/data/results.20.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.20.exact rename to Bounding_volumes/test_extensive/stability/data/results.20.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.200 b/Bounding_volumes/test_extensive/stability/data/results.200 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.200 rename to Bounding_volumes/test_extensive/stability/data/results.200 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.200.exact b/Bounding_volumes/test_extensive/stability/data/results.200.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.200.exact rename to Bounding_volumes/test_extensive/stability/data/results.200.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.201 b/Bounding_volumes/test_extensive/stability/data/results.201 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.201 rename to Bounding_volumes/test_extensive/stability/data/results.201 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.201.exact b/Bounding_volumes/test_extensive/stability/data/results.201.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.201.exact rename to Bounding_volumes/test_extensive/stability/data/results.201.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.202 b/Bounding_volumes/test_extensive/stability/data/results.202 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.202 rename to Bounding_volumes/test_extensive/stability/data/results.202 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.202.exact b/Bounding_volumes/test_extensive/stability/data/results.202.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.202.exact rename to Bounding_volumes/test_extensive/stability/data/results.202.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.203 b/Bounding_volumes/test_extensive/stability/data/results.203 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.203 rename to Bounding_volumes/test_extensive/stability/data/results.203 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.203.exact b/Bounding_volumes/test_extensive/stability/data/results.203.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.203.exact rename to Bounding_volumes/test_extensive/stability/data/results.203.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.204 b/Bounding_volumes/test_extensive/stability/data/results.204 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.204 rename to Bounding_volumes/test_extensive/stability/data/results.204 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.204.exact b/Bounding_volumes/test_extensive/stability/data/results.204.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.204.exact rename to Bounding_volumes/test_extensive/stability/data/results.204.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.205 b/Bounding_volumes/test_extensive/stability/data/results.205 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.205 rename to Bounding_volumes/test_extensive/stability/data/results.205 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.205.exact b/Bounding_volumes/test_extensive/stability/data/results.205.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.205.exact rename to Bounding_volumes/test_extensive/stability/data/results.205.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.206 b/Bounding_volumes/test_extensive/stability/data/results.206 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.206 rename to Bounding_volumes/test_extensive/stability/data/results.206 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.206.exact b/Bounding_volumes/test_extensive/stability/data/results.206.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.206.exact rename to Bounding_volumes/test_extensive/stability/data/results.206.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.207 b/Bounding_volumes/test_extensive/stability/data/results.207 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.207 rename to Bounding_volumes/test_extensive/stability/data/results.207 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.207.exact b/Bounding_volumes/test_extensive/stability/data/results.207.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.207.exact rename to Bounding_volumes/test_extensive/stability/data/results.207.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.208 b/Bounding_volumes/test_extensive/stability/data/results.208 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.208 rename to Bounding_volumes/test_extensive/stability/data/results.208 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.208.exact b/Bounding_volumes/test_extensive/stability/data/results.208.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.208.exact rename to Bounding_volumes/test_extensive/stability/data/results.208.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.209 b/Bounding_volumes/test_extensive/stability/data/results.209 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.209 rename to Bounding_volumes/test_extensive/stability/data/results.209 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.209.exact b/Bounding_volumes/test_extensive/stability/data/results.209.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.209.exact rename to Bounding_volumes/test_extensive/stability/data/results.209.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.21 b/Bounding_volumes/test_extensive/stability/data/results.21 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.21 rename to Bounding_volumes/test_extensive/stability/data/results.21 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.21.exact b/Bounding_volumes/test_extensive/stability/data/results.21.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.21.exact rename to Bounding_volumes/test_extensive/stability/data/results.21.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.210 b/Bounding_volumes/test_extensive/stability/data/results.210 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.210 rename to Bounding_volumes/test_extensive/stability/data/results.210 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.210.exact b/Bounding_volumes/test_extensive/stability/data/results.210.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.210.exact rename to Bounding_volumes/test_extensive/stability/data/results.210.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.211 b/Bounding_volumes/test_extensive/stability/data/results.211 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.211 rename to Bounding_volumes/test_extensive/stability/data/results.211 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.211.exact b/Bounding_volumes/test_extensive/stability/data/results.211.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.211.exact rename to Bounding_volumes/test_extensive/stability/data/results.211.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.212 b/Bounding_volumes/test_extensive/stability/data/results.212 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.212 rename to Bounding_volumes/test_extensive/stability/data/results.212 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.212.exact b/Bounding_volumes/test_extensive/stability/data/results.212.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.212.exact rename to Bounding_volumes/test_extensive/stability/data/results.212.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.213 b/Bounding_volumes/test_extensive/stability/data/results.213 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.213 rename to Bounding_volumes/test_extensive/stability/data/results.213 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.213.exact b/Bounding_volumes/test_extensive/stability/data/results.213.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.213.exact rename to Bounding_volumes/test_extensive/stability/data/results.213.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.214 b/Bounding_volumes/test_extensive/stability/data/results.214 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.214 rename to Bounding_volumes/test_extensive/stability/data/results.214 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.214.exact b/Bounding_volumes/test_extensive/stability/data/results.214.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.214.exact rename to Bounding_volumes/test_extensive/stability/data/results.214.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.215 b/Bounding_volumes/test_extensive/stability/data/results.215 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.215 rename to Bounding_volumes/test_extensive/stability/data/results.215 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.215.exact b/Bounding_volumes/test_extensive/stability/data/results.215.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.215.exact rename to Bounding_volumes/test_extensive/stability/data/results.215.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.216 b/Bounding_volumes/test_extensive/stability/data/results.216 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.216 rename to Bounding_volumes/test_extensive/stability/data/results.216 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.216.exact b/Bounding_volumes/test_extensive/stability/data/results.216.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.216.exact rename to Bounding_volumes/test_extensive/stability/data/results.216.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.217 b/Bounding_volumes/test_extensive/stability/data/results.217 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.217 rename to Bounding_volumes/test_extensive/stability/data/results.217 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.217.exact b/Bounding_volumes/test_extensive/stability/data/results.217.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.217.exact rename to Bounding_volumes/test_extensive/stability/data/results.217.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.218 b/Bounding_volumes/test_extensive/stability/data/results.218 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.218 rename to Bounding_volumes/test_extensive/stability/data/results.218 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.218.exact b/Bounding_volumes/test_extensive/stability/data/results.218.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.218.exact rename to Bounding_volumes/test_extensive/stability/data/results.218.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.219 b/Bounding_volumes/test_extensive/stability/data/results.219 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.219 rename to Bounding_volumes/test_extensive/stability/data/results.219 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.219.exact b/Bounding_volumes/test_extensive/stability/data/results.219.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.219.exact rename to Bounding_volumes/test_extensive/stability/data/results.219.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.22 b/Bounding_volumes/test_extensive/stability/data/results.22 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.22 rename to Bounding_volumes/test_extensive/stability/data/results.22 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.22.exact b/Bounding_volumes/test_extensive/stability/data/results.22.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.22.exact rename to Bounding_volumes/test_extensive/stability/data/results.22.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.220 b/Bounding_volumes/test_extensive/stability/data/results.220 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.220 rename to Bounding_volumes/test_extensive/stability/data/results.220 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.220.exact b/Bounding_volumes/test_extensive/stability/data/results.220.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.220.exact rename to Bounding_volumes/test_extensive/stability/data/results.220.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.221 b/Bounding_volumes/test_extensive/stability/data/results.221 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.221 rename to Bounding_volumes/test_extensive/stability/data/results.221 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.221.exact b/Bounding_volumes/test_extensive/stability/data/results.221.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.221.exact rename to Bounding_volumes/test_extensive/stability/data/results.221.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.222 b/Bounding_volumes/test_extensive/stability/data/results.222 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.222 rename to Bounding_volumes/test_extensive/stability/data/results.222 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.222.exact b/Bounding_volumes/test_extensive/stability/data/results.222.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.222.exact rename to Bounding_volumes/test_extensive/stability/data/results.222.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.223 b/Bounding_volumes/test_extensive/stability/data/results.223 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.223 rename to Bounding_volumes/test_extensive/stability/data/results.223 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.223.exact b/Bounding_volumes/test_extensive/stability/data/results.223.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.223.exact rename to Bounding_volumes/test_extensive/stability/data/results.223.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.224 b/Bounding_volumes/test_extensive/stability/data/results.224 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.224 rename to Bounding_volumes/test_extensive/stability/data/results.224 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.224.exact b/Bounding_volumes/test_extensive/stability/data/results.224.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.224.exact rename to Bounding_volumes/test_extensive/stability/data/results.224.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.225 b/Bounding_volumes/test_extensive/stability/data/results.225 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.225 rename to Bounding_volumes/test_extensive/stability/data/results.225 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.225.exact b/Bounding_volumes/test_extensive/stability/data/results.225.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.225.exact rename to Bounding_volumes/test_extensive/stability/data/results.225.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.226 b/Bounding_volumes/test_extensive/stability/data/results.226 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.226 rename to Bounding_volumes/test_extensive/stability/data/results.226 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.226.exact b/Bounding_volumes/test_extensive/stability/data/results.226.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.226.exact rename to Bounding_volumes/test_extensive/stability/data/results.226.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.227 b/Bounding_volumes/test_extensive/stability/data/results.227 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.227 rename to Bounding_volumes/test_extensive/stability/data/results.227 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.227.exact b/Bounding_volumes/test_extensive/stability/data/results.227.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.227.exact rename to Bounding_volumes/test_extensive/stability/data/results.227.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.228 b/Bounding_volumes/test_extensive/stability/data/results.228 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.228 rename to Bounding_volumes/test_extensive/stability/data/results.228 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.228.exact b/Bounding_volumes/test_extensive/stability/data/results.228.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.228.exact rename to Bounding_volumes/test_extensive/stability/data/results.228.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.229 b/Bounding_volumes/test_extensive/stability/data/results.229 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.229 rename to Bounding_volumes/test_extensive/stability/data/results.229 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.229.exact b/Bounding_volumes/test_extensive/stability/data/results.229.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.229.exact rename to Bounding_volumes/test_extensive/stability/data/results.229.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.23 b/Bounding_volumes/test_extensive/stability/data/results.23 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.23 rename to Bounding_volumes/test_extensive/stability/data/results.23 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.23.exact b/Bounding_volumes/test_extensive/stability/data/results.23.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.23.exact rename to Bounding_volumes/test_extensive/stability/data/results.23.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.230 b/Bounding_volumes/test_extensive/stability/data/results.230 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.230 rename to Bounding_volumes/test_extensive/stability/data/results.230 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.230.exact b/Bounding_volumes/test_extensive/stability/data/results.230.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.230.exact rename to Bounding_volumes/test_extensive/stability/data/results.230.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.231 b/Bounding_volumes/test_extensive/stability/data/results.231 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.231 rename to Bounding_volumes/test_extensive/stability/data/results.231 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.231.exact b/Bounding_volumes/test_extensive/stability/data/results.231.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.231.exact rename to Bounding_volumes/test_extensive/stability/data/results.231.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.232 b/Bounding_volumes/test_extensive/stability/data/results.232 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.232 rename to Bounding_volumes/test_extensive/stability/data/results.232 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.232.exact b/Bounding_volumes/test_extensive/stability/data/results.232.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.232.exact rename to Bounding_volumes/test_extensive/stability/data/results.232.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.233 b/Bounding_volumes/test_extensive/stability/data/results.233 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.233 rename to Bounding_volumes/test_extensive/stability/data/results.233 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.233.exact b/Bounding_volumes/test_extensive/stability/data/results.233.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.233.exact rename to Bounding_volumes/test_extensive/stability/data/results.233.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.234 b/Bounding_volumes/test_extensive/stability/data/results.234 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.234 rename to Bounding_volumes/test_extensive/stability/data/results.234 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.234.exact b/Bounding_volumes/test_extensive/stability/data/results.234.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.234.exact rename to Bounding_volumes/test_extensive/stability/data/results.234.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.235 b/Bounding_volumes/test_extensive/stability/data/results.235 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.235 rename to Bounding_volumes/test_extensive/stability/data/results.235 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.235.exact b/Bounding_volumes/test_extensive/stability/data/results.235.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.235.exact rename to Bounding_volumes/test_extensive/stability/data/results.235.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.236 b/Bounding_volumes/test_extensive/stability/data/results.236 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.236 rename to Bounding_volumes/test_extensive/stability/data/results.236 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.236.exact b/Bounding_volumes/test_extensive/stability/data/results.236.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.236.exact rename to Bounding_volumes/test_extensive/stability/data/results.236.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.237 b/Bounding_volumes/test_extensive/stability/data/results.237 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.237 rename to Bounding_volumes/test_extensive/stability/data/results.237 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.237.exact b/Bounding_volumes/test_extensive/stability/data/results.237.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.237.exact rename to Bounding_volumes/test_extensive/stability/data/results.237.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.238 b/Bounding_volumes/test_extensive/stability/data/results.238 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.238 rename to Bounding_volumes/test_extensive/stability/data/results.238 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.238.exact b/Bounding_volumes/test_extensive/stability/data/results.238.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.238.exact rename to Bounding_volumes/test_extensive/stability/data/results.238.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.239 b/Bounding_volumes/test_extensive/stability/data/results.239 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.239 rename to Bounding_volumes/test_extensive/stability/data/results.239 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.239.exact b/Bounding_volumes/test_extensive/stability/data/results.239.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.239.exact rename to Bounding_volumes/test_extensive/stability/data/results.239.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.24 b/Bounding_volumes/test_extensive/stability/data/results.24 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.24 rename to Bounding_volumes/test_extensive/stability/data/results.24 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.24.exact b/Bounding_volumes/test_extensive/stability/data/results.24.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.24.exact rename to Bounding_volumes/test_extensive/stability/data/results.24.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.240 b/Bounding_volumes/test_extensive/stability/data/results.240 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.240 rename to Bounding_volumes/test_extensive/stability/data/results.240 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.240.exact b/Bounding_volumes/test_extensive/stability/data/results.240.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.240.exact rename to Bounding_volumes/test_extensive/stability/data/results.240.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.241 b/Bounding_volumes/test_extensive/stability/data/results.241 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.241 rename to Bounding_volumes/test_extensive/stability/data/results.241 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.241.exact b/Bounding_volumes/test_extensive/stability/data/results.241.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.241.exact rename to Bounding_volumes/test_extensive/stability/data/results.241.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.242 b/Bounding_volumes/test_extensive/stability/data/results.242 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.242 rename to Bounding_volumes/test_extensive/stability/data/results.242 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.242.exact b/Bounding_volumes/test_extensive/stability/data/results.242.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.242.exact rename to Bounding_volumes/test_extensive/stability/data/results.242.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.243 b/Bounding_volumes/test_extensive/stability/data/results.243 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.243 rename to Bounding_volumes/test_extensive/stability/data/results.243 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.243.exact b/Bounding_volumes/test_extensive/stability/data/results.243.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.243.exact rename to Bounding_volumes/test_extensive/stability/data/results.243.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.244 b/Bounding_volumes/test_extensive/stability/data/results.244 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.244 rename to Bounding_volumes/test_extensive/stability/data/results.244 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.244.exact b/Bounding_volumes/test_extensive/stability/data/results.244.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.244.exact rename to Bounding_volumes/test_extensive/stability/data/results.244.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.245 b/Bounding_volumes/test_extensive/stability/data/results.245 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.245 rename to Bounding_volumes/test_extensive/stability/data/results.245 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.245.exact b/Bounding_volumes/test_extensive/stability/data/results.245.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.245.exact rename to Bounding_volumes/test_extensive/stability/data/results.245.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.246 b/Bounding_volumes/test_extensive/stability/data/results.246 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.246 rename to Bounding_volumes/test_extensive/stability/data/results.246 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.246.exact b/Bounding_volumes/test_extensive/stability/data/results.246.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.246.exact rename to Bounding_volumes/test_extensive/stability/data/results.246.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.247 b/Bounding_volumes/test_extensive/stability/data/results.247 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.247 rename to Bounding_volumes/test_extensive/stability/data/results.247 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.247.exact b/Bounding_volumes/test_extensive/stability/data/results.247.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.247.exact rename to Bounding_volumes/test_extensive/stability/data/results.247.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.248 b/Bounding_volumes/test_extensive/stability/data/results.248 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.248 rename to Bounding_volumes/test_extensive/stability/data/results.248 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.248.exact b/Bounding_volumes/test_extensive/stability/data/results.248.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.248.exact rename to Bounding_volumes/test_extensive/stability/data/results.248.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.249 b/Bounding_volumes/test_extensive/stability/data/results.249 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.249 rename to Bounding_volumes/test_extensive/stability/data/results.249 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.249.exact b/Bounding_volumes/test_extensive/stability/data/results.249.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.249.exact rename to Bounding_volumes/test_extensive/stability/data/results.249.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.25 b/Bounding_volumes/test_extensive/stability/data/results.25 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.25 rename to Bounding_volumes/test_extensive/stability/data/results.25 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.25.exact b/Bounding_volumes/test_extensive/stability/data/results.25.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.25.exact rename to Bounding_volumes/test_extensive/stability/data/results.25.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.250 b/Bounding_volumes/test_extensive/stability/data/results.250 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.250 rename to Bounding_volumes/test_extensive/stability/data/results.250 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.250.exact b/Bounding_volumes/test_extensive/stability/data/results.250.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.250.exact rename to Bounding_volumes/test_extensive/stability/data/results.250.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.251 b/Bounding_volumes/test_extensive/stability/data/results.251 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.251 rename to Bounding_volumes/test_extensive/stability/data/results.251 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.251.exact b/Bounding_volumes/test_extensive/stability/data/results.251.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.251.exact rename to Bounding_volumes/test_extensive/stability/data/results.251.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.252 b/Bounding_volumes/test_extensive/stability/data/results.252 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.252 rename to Bounding_volumes/test_extensive/stability/data/results.252 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.252.exact b/Bounding_volumes/test_extensive/stability/data/results.252.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.252.exact rename to Bounding_volumes/test_extensive/stability/data/results.252.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.253 b/Bounding_volumes/test_extensive/stability/data/results.253 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.253 rename to Bounding_volumes/test_extensive/stability/data/results.253 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.253.exact b/Bounding_volumes/test_extensive/stability/data/results.253.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.253.exact rename to Bounding_volumes/test_extensive/stability/data/results.253.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.254 b/Bounding_volumes/test_extensive/stability/data/results.254 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.254 rename to Bounding_volumes/test_extensive/stability/data/results.254 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.254.exact b/Bounding_volumes/test_extensive/stability/data/results.254.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.254.exact rename to Bounding_volumes/test_extensive/stability/data/results.254.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.255 b/Bounding_volumes/test_extensive/stability/data/results.255 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.255 rename to Bounding_volumes/test_extensive/stability/data/results.255 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.255.exact b/Bounding_volumes/test_extensive/stability/data/results.255.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.255.exact rename to Bounding_volumes/test_extensive/stability/data/results.255.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.256 b/Bounding_volumes/test_extensive/stability/data/results.256 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.256 rename to Bounding_volumes/test_extensive/stability/data/results.256 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.256.exact b/Bounding_volumes/test_extensive/stability/data/results.256.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.256.exact rename to Bounding_volumes/test_extensive/stability/data/results.256.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.257 b/Bounding_volumes/test_extensive/stability/data/results.257 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.257 rename to Bounding_volumes/test_extensive/stability/data/results.257 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.257.exact b/Bounding_volumes/test_extensive/stability/data/results.257.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.257.exact rename to Bounding_volumes/test_extensive/stability/data/results.257.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.258 b/Bounding_volumes/test_extensive/stability/data/results.258 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.258 rename to Bounding_volumes/test_extensive/stability/data/results.258 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.258.exact b/Bounding_volumes/test_extensive/stability/data/results.258.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.258.exact rename to Bounding_volumes/test_extensive/stability/data/results.258.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.259 b/Bounding_volumes/test_extensive/stability/data/results.259 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.259 rename to Bounding_volumes/test_extensive/stability/data/results.259 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.259.exact b/Bounding_volumes/test_extensive/stability/data/results.259.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.259.exact rename to Bounding_volumes/test_extensive/stability/data/results.259.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.26 b/Bounding_volumes/test_extensive/stability/data/results.26 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.26 rename to Bounding_volumes/test_extensive/stability/data/results.26 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.26.exact b/Bounding_volumes/test_extensive/stability/data/results.26.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.26.exact rename to Bounding_volumes/test_extensive/stability/data/results.26.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.260 b/Bounding_volumes/test_extensive/stability/data/results.260 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.260 rename to Bounding_volumes/test_extensive/stability/data/results.260 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.260.exact b/Bounding_volumes/test_extensive/stability/data/results.260.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.260.exact rename to Bounding_volumes/test_extensive/stability/data/results.260.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.261 b/Bounding_volumes/test_extensive/stability/data/results.261 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.261 rename to Bounding_volumes/test_extensive/stability/data/results.261 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.261.exact b/Bounding_volumes/test_extensive/stability/data/results.261.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.261.exact rename to Bounding_volumes/test_extensive/stability/data/results.261.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.262 b/Bounding_volumes/test_extensive/stability/data/results.262 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.262 rename to Bounding_volumes/test_extensive/stability/data/results.262 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.262.exact b/Bounding_volumes/test_extensive/stability/data/results.262.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.262.exact rename to Bounding_volumes/test_extensive/stability/data/results.262.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.263 b/Bounding_volumes/test_extensive/stability/data/results.263 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.263 rename to Bounding_volumes/test_extensive/stability/data/results.263 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.263.exact b/Bounding_volumes/test_extensive/stability/data/results.263.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.263.exact rename to Bounding_volumes/test_extensive/stability/data/results.263.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.264 b/Bounding_volumes/test_extensive/stability/data/results.264 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.264 rename to Bounding_volumes/test_extensive/stability/data/results.264 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.264.exact b/Bounding_volumes/test_extensive/stability/data/results.264.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.264.exact rename to Bounding_volumes/test_extensive/stability/data/results.264.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.265 b/Bounding_volumes/test_extensive/stability/data/results.265 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.265 rename to Bounding_volumes/test_extensive/stability/data/results.265 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.265.exact b/Bounding_volumes/test_extensive/stability/data/results.265.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.265.exact rename to Bounding_volumes/test_extensive/stability/data/results.265.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.266 b/Bounding_volumes/test_extensive/stability/data/results.266 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.266 rename to Bounding_volumes/test_extensive/stability/data/results.266 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.266.exact b/Bounding_volumes/test_extensive/stability/data/results.266.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.266.exact rename to Bounding_volumes/test_extensive/stability/data/results.266.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.267 b/Bounding_volumes/test_extensive/stability/data/results.267 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.267 rename to Bounding_volumes/test_extensive/stability/data/results.267 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.267.exact b/Bounding_volumes/test_extensive/stability/data/results.267.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.267.exact rename to Bounding_volumes/test_extensive/stability/data/results.267.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.268 b/Bounding_volumes/test_extensive/stability/data/results.268 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.268 rename to Bounding_volumes/test_extensive/stability/data/results.268 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.268.exact b/Bounding_volumes/test_extensive/stability/data/results.268.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.268.exact rename to Bounding_volumes/test_extensive/stability/data/results.268.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.269 b/Bounding_volumes/test_extensive/stability/data/results.269 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.269 rename to Bounding_volumes/test_extensive/stability/data/results.269 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.269.exact b/Bounding_volumes/test_extensive/stability/data/results.269.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.269.exact rename to Bounding_volumes/test_extensive/stability/data/results.269.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.27 b/Bounding_volumes/test_extensive/stability/data/results.27 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.27 rename to Bounding_volumes/test_extensive/stability/data/results.27 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.27.exact b/Bounding_volumes/test_extensive/stability/data/results.27.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.27.exact rename to Bounding_volumes/test_extensive/stability/data/results.27.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.270 b/Bounding_volumes/test_extensive/stability/data/results.270 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.270 rename to Bounding_volumes/test_extensive/stability/data/results.270 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.270.exact b/Bounding_volumes/test_extensive/stability/data/results.270.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.270.exact rename to Bounding_volumes/test_extensive/stability/data/results.270.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.271 b/Bounding_volumes/test_extensive/stability/data/results.271 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.271 rename to Bounding_volumes/test_extensive/stability/data/results.271 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.271.exact b/Bounding_volumes/test_extensive/stability/data/results.271.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.271.exact rename to Bounding_volumes/test_extensive/stability/data/results.271.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.272 b/Bounding_volumes/test_extensive/stability/data/results.272 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.272 rename to Bounding_volumes/test_extensive/stability/data/results.272 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.272.exact b/Bounding_volumes/test_extensive/stability/data/results.272.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.272.exact rename to Bounding_volumes/test_extensive/stability/data/results.272.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.273 b/Bounding_volumes/test_extensive/stability/data/results.273 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.273 rename to Bounding_volumes/test_extensive/stability/data/results.273 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.273.exact b/Bounding_volumes/test_extensive/stability/data/results.273.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.273.exact rename to Bounding_volumes/test_extensive/stability/data/results.273.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.274 b/Bounding_volumes/test_extensive/stability/data/results.274 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.274 rename to Bounding_volumes/test_extensive/stability/data/results.274 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.274.exact b/Bounding_volumes/test_extensive/stability/data/results.274.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.274.exact rename to Bounding_volumes/test_extensive/stability/data/results.274.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.275 b/Bounding_volumes/test_extensive/stability/data/results.275 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.275 rename to Bounding_volumes/test_extensive/stability/data/results.275 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.275.exact b/Bounding_volumes/test_extensive/stability/data/results.275.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.275.exact rename to Bounding_volumes/test_extensive/stability/data/results.275.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.276 b/Bounding_volumes/test_extensive/stability/data/results.276 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.276 rename to Bounding_volumes/test_extensive/stability/data/results.276 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.276.exact b/Bounding_volumes/test_extensive/stability/data/results.276.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.276.exact rename to Bounding_volumes/test_extensive/stability/data/results.276.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.277 b/Bounding_volumes/test_extensive/stability/data/results.277 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.277 rename to Bounding_volumes/test_extensive/stability/data/results.277 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.277.exact b/Bounding_volumes/test_extensive/stability/data/results.277.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.277.exact rename to Bounding_volumes/test_extensive/stability/data/results.277.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.278 b/Bounding_volumes/test_extensive/stability/data/results.278 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.278 rename to Bounding_volumes/test_extensive/stability/data/results.278 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.278.exact b/Bounding_volumes/test_extensive/stability/data/results.278.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.278.exact rename to Bounding_volumes/test_extensive/stability/data/results.278.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.279 b/Bounding_volumes/test_extensive/stability/data/results.279 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.279 rename to Bounding_volumes/test_extensive/stability/data/results.279 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.279.exact b/Bounding_volumes/test_extensive/stability/data/results.279.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.279.exact rename to Bounding_volumes/test_extensive/stability/data/results.279.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.28 b/Bounding_volumes/test_extensive/stability/data/results.28 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.28 rename to Bounding_volumes/test_extensive/stability/data/results.28 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.28.exact b/Bounding_volumes/test_extensive/stability/data/results.28.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.28.exact rename to Bounding_volumes/test_extensive/stability/data/results.28.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.29 b/Bounding_volumes/test_extensive/stability/data/results.29 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.29 rename to Bounding_volumes/test_extensive/stability/data/results.29 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.29.exact b/Bounding_volumes/test_extensive/stability/data/results.29.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.29.exact rename to Bounding_volumes/test_extensive/stability/data/results.29.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.3 b/Bounding_volumes/test_extensive/stability/data/results.3 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.3 rename to Bounding_volumes/test_extensive/stability/data/results.3 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.3.exact b/Bounding_volumes/test_extensive/stability/data/results.3.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.3.exact rename to Bounding_volumes/test_extensive/stability/data/results.3.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.30 b/Bounding_volumes/test_extensive/stability/data/results.30 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.30 rename to Bounding_volumes/test_extensive/stability/data/results.30 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.30.exact b/Bounding_volumes/test_extensive/stability/data/results.30.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.30.exact rename to Bounding_volumes/test_extensive/stability/data/results.30.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.31 b/Bounding_volumes/test_extensive/stability/data/results.31 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.31 rename to Bounding_volumes/test_extensive/stability/data/results.31 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.31.exact b/Bounding_volumes/test_extensive/stability/data/results.31.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.31.exact rename to Bounding_volumes/test_extensive/stability/data/results.31.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.32 b/Bounding_volumes/test_extensive/stability/data/results.32 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.32 rename to Bounding_volumes/test_extensive/stability/data/results.32 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.32.exact b/Bounding_volumes/test_extensive/stability/data/results.32.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.32.exact rename to Bounding_volumes/test_extensive/stability/data/results.32.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.33 b/Bounding_volumes/test_extensive/stability/data/results.33 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.33 rename to Bounding_volumes/test_extensive/stability/data/results.33 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.33.exact b/Bounding_volumes/test_extensive/stability/data/results.33.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.33.exact rename to Bounding_volumes/test_extensive/stability/data/results.33.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.34 b/Bounding_volumes/test_extensive/stability/data/results.34 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.34 rename to Bounding_volumes/test_extensive/stability/data/results.34 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.34.exact b/Bounding_volumes/test_extensive/stability/data/results.34.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.34.exact rename to Bounding_volumes/test_extensive/stability/data/results.34.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.35 b/Bounding_volumes/test_extensive/stability/data/results.35 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.35 rename to Bounding_volumes/test_extensive/stability/data/results.35 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.35.exact b/Bounding_volumes/test_extensive/stability/data/results.35.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.35.exact rename to Bounding_volumes/test_extensive/stability/data/results.35.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.36 b/Bounding_volumes/test_extensive/stability/data/results.36 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.36 rename to Bounding_volumes/test_extensive/stability/data/results.36 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.36.exact b/Bounding_volumes/test_extensive/stability/data/results.36.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.36.exact rename to Bounding_volumes/test_extensive/stability/data/results.36.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.37 b/Bounding_volumes/test_extensive/stability/data/results.37 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.37 rename to Bounding_volumes/test_extensive/stability/data/results.37 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.37.exact b/Bounding_volumes/test_extensive/stability/data/results.37.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.37.exact rename to Bounding_volumes/test_extensive/stability/data/results.37.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.38 b/Bounding_volumes/test_extensive/stability/data/results.38 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.38 rename to Bounding_volumes/test_extensive/stability/data/results.38 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.38.exact b/Bounding_volumes/test_extensive/stability/data/results.38.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.38.exact rename to Bounding_volumes/test_extensive/stability/data/results.38.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.39 b/Bounding_volumes/test_extensive/stability/data/results.39 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.39 rename to Bounding_volumes/test_extensive/stability/data/results.39 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.39.exact b/Bounding_volumes/test_extensive/stability/data/results.39.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.39.exact rename to Bounding_volumes/test_extensive/stability/data/results.39.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.4 b/Bounding_volumes/test_extensive/stability/data/results.4 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.4 rename to Bounding_volumes/test_extensive/stability/data/results.4 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.4.exact b/Bounding_volumes/test_extensive/stability/data/results.4.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.4.exact rename to Bounding_volumes/test_extensive/stability/data/results.4.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.40 b/Bounding_volumes/test_extensive/stability/data/results.40 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.40 rename to Bounding_volumes/test_extensive/stability/data/results.40 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.40.exact b/Bounding_volumes/test_extensive/stability/data/results.40.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.40.exact rename to Bounding_volumes/test_extensive/stability/data/results.40.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.41 b/Bounding_volumes/test_extensive/stability/data/results.41 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.41 rename to Bounding_volumes/test_extensive/stability/data/results.41 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.41.exact b/Bounding_volumes/test_extensive/stability/data/results.41.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.41.exact rename to Bounding_volumes/test_extensive/stability/data/results.41.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.42 b/Bounding_volumes/test_extensive/stability/data/results.42 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.42 rename to Bounding_volumes/test_extensive/stability/data/results.42 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.42.exact b/Bounding_volumes/test_extensive/stability/data/results.42.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.42.exact rename to Bounding_volumes/test_extensive/stability/data/results.42.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.43 b/Bounding_volumes/test_extensive/stability/data/results.43 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.43 rename to Bounding_volumes/test_extensive/stability/data/results.43 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.43.exact b/Bounding_volumes/test_extensive/stability/data/results.43.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.43.exact rename to Bounding_volumes/test_extensive/stability/data/results.43.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.44 b/Bounding_volumes/test_extensive/stability/data/results.44 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.44 rename to Bounding_volumes/test_extensive/stability/data/results.44 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.44.exact b/Bounding_volumes/test_extensive/stability/data/results.44.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.44.exact rename to Bounding_volumes/test_extensive/stability/data/results.44.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.45 b/Bounding_volumes/test_extensive/stability/data/results.45 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.45 rename to Bounding_volumes/test_extensive/stability/data/results.45 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.45.exact b/Bounding_volumes/test_extensive/stability/data/results.45.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.45.exact rename to Bounding_volumes/test_extensive/stability/data/results.45.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.46 b/Bounding_volumes/test_extensive/stability/data/results.46 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.46 rename to Bounding_volumes/test_extensive/stability/data/results.46 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.46.exact b/Bounding_volumes/test_extensive/stability/data/results.46.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.46.exact rename to Bounding_volumes/test_extensive/stability/data/results.46.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.47 b/Bounding_volumes/test_extensive/stability/data/results.47 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.47 rename to Bounding_volumes/test_extensive/stability/data/results.47 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.47.exact b/Bounding_volumes/test_extensive/stability/data/results.47.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.47.exact rename to Bounding_volumes/test_extensive/stability/data/results.47.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.48 b/Bounding_volumes/test_extensive/stability/data/results.48 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.48 rename to Bounding_volumes/test_extensive/stability/data/results.48 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.48.exact b/Bounding_volumes/test_extensive/stability/data/results.48.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.48.exact rename to Bounding_volumes/test_extensive/stability/data/results.48.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.49 b/Bounding_volumes/test_extensive/stability/data/results.49 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.49 rename to Bounding_volumes/test_extensive/stability/data/results.49 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.49.exact b/Bounding_volumes/test_extensive/stability/data/results.49.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.49.exact rename to Bounding_volumes/test_extensive/stability/data/results.49.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.5 b/Bounding_volumes/test_extensive/stability/data/results.5 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.5 rename to Bounding_volumes/test_extensive/stability/data/results.5 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.5.exact b/Bounding_volumes/test_extensive/stability/data/results.5.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.5.exact rename to Bounding_volumes/test_extensive/stability/data/results.5.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.50 b/Bounding_volumes/test_extensive/stability/data/results.50 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.50 rename to Bounding_volumes/test_extensive/stability/data/results.50 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.50.exact b/Bounding_volumes/test_extensive/stability/data/results.50.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.50.exact rename to Bounding_volumes/test_extensive/stability/data/results.50.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.51 b/Bounding_volumes/test_extensive/stability/data/results.51 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.51 rename to Bounding_volumes/test_extensive/stability/data/results.51 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.51.exact b/Bounding_volumes/test_extensive/stability/data/results.51.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.51.exact rename to Bounding_volumes/test_extensive/stability/data/results.51.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.52 b/Bounding_volumes/test_extensive/stability/data/results.52 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.52 rename to Bounding_volumes/test_extensive/stability/data/results.52 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.52.exact b/Bounding_volumes/test_extensive/stability/data/results.52.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.52.exact rename to Bounding_volumes/test_extensive/stability/data/results.52.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.53 b/Bounding_volumes/test_extensive/stability/data/results.53 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.53 rename to Bounding_volumes/test_extensive/stability/data/results.53 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.53.exact b/Bounding_volumes/test_extensive/stability/data/results.53.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.53.exact rename to Bounding_volumes/test_extensive/stability/data/results.53.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.54 b/Bounding_volumes/test_extensive/stability/data/results.54 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.54 rename to Bounding_volumes/test_extensive/stability/data/results.54 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.54.exact b/Bounding_volumes/test_extensive/stability/data/results.54.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.54.exact rename to Bounding_volumes/test_extensive/stability/data/results.54.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.55 b/Bounding_volumes/test_extensive/stability/data/results.55 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.55 rename to Bounding_volumes/test_extensive/stability/data/results.55 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.55.exact b/Bounding_volumes/test_extensive/stability/data/results.55.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.55.exact rename to Bounding_volumes/test_extensive/stability/data/results.55.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.56 b/Bounding_volumes/test_extensive/stability/data/results.56 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.56 rename to Bounding_volumes/test_extensive/stability/data/results.56 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.56.exact b/Bounding_volumes/test_extensive/stability/data/results.56.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.56.exact rename to Bounding_volumes/test_extensive/stability/data/results.56.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.57 b/Bounding_volumes/test_extensive/stability/data/results.57 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.57 rename to Bounding_volumes/test_extensive/stability/data/results.57 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.57.exact b/Bounding_volumes/test_extensive/stability/data/results.57.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.57.exact rename to Bounding_volumes/test_extensive/stability/data/results.57.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.58 b/Bounding_volumes/test_extensive/stability/data/results.58 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.58 rename to Bounding_volumes/test_extensive/stability/data/results.58 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.58.exact b/Bounding_volumes/test_extensive/stability/data/results.58.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.58.exact rename to Bounding_volumes/test_extensive/stability/data/results.58.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.59 b/Bounding_volumes/test_extensive/stability/data/results.59 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.59 rename to Bounding_volumes/test_extensive/stability/data/results.59 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.59.exact b/Bounding_volumes/test_extensive/stability/data/results.59.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.59.exact rename to Bounding_volumes/test_extensive/stability/data/results.59.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.6 b/Bounding_volumes/test_extensive/stability/data/results.6 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.6 rename to Bounding_volumes/test_extensive/stability/data/results.6 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.6.exact b/Bounding_volumes/test_extensive/stability/data/results.6.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.6.exact rename to Bounding_volumes/test_extensive/stability/data/results.6.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.60 b/Bounding_volumes/test_extensive/stability/data/results.60 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.60 rename to Bounding_volumes/test_extensive/stability/data/results.60 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.60.exact b/Bounding_volumes/test_extensive/stability/data/results.60.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.60.exact rename to Bounding_volumes/test_extensive/stability/data/results.60.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.61 b/Bounding_volumes/test_extensive/stability/data/results.61 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.61 rename to Bounding_volumes/test_extensive/stability/data/results.61 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.61.exact b/Bounding_volumes/test_extensive/stability/data/results.61.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.61.exact rename to Bounding_volumes/test_extensive/stability/data/results.61.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.62 b/Bounding_volumes/test_extensive/stability/data/results.62 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.62 rename to Bounding_volumes/test_extensive/stability/data/results.62 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.62.exact b/Bounding_volumes/test_extensive/stability/data/results.62.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.62.exact rename to Bounding_volumes/test_extensive/stability/data/results.62.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.63 b/Bounding_volumes/test_extensive/stability/data/results.63 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.63 rename to Bounding_volumes/test_extensive/stability/data/results.63 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.63.exact b/Bounding_volumes/test_extensive/stability/data/results.63.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.63.exact rename to Bounding_volumes/test_extensive/stability/data/results.63.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.64 b/Bounding_volumes/test_extensive/stability/data/results.64 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.64 rename to Bounding_volumes/test_extensive/stability/data/results.64 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.64.exact b/Bounding_volumes/test_extensive/stability/data/results.64.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.64.exact rename to Bounding_volumes/test_extensive/stability/data/results.64.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.65 b/Bounding_volumes/test_extensive/stability/data/results.65 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.65 rename to Bounding_volumes/test_extensive/stability/data/results.65 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.65.exact b/Bounding_volumes/test_extensive/stability/data/results.65.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.65.exact rename to Bounding_volumes/test_extensive/stability/data/results.65.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.66 b/Bounding_volumes/test_extensive/stability/data/results.66 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.66 rename to Bounding_volumes/test_extensive/stability/data/results.66 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.66.exact b/Bounding_volumes/test_extensive/stability/data/results.66.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.66.exact rename to Bounding_volumes/test_extensive/stability/data/results.66.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.67 b/Bounding_volumes/test_extensive/stability/data/results.67 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.67 rename to Bounding_volumes/test_extensive/stability/data/results.67 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.67.exact b/Bounding_volumes/test_extensive/stability/data/results.67.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.67.exact rename to Bounding_volumes/test_extensive/stability/data/results.67.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.68 b/Bounding_volumes/test_extensive/stability/data/results.68 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.68 rename to Bounding_volumes/test_extensive/stability/data/results.68 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.68.exact b/Bounding_volumes/test_extensive/stability/data/results.68.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.68.exact rename to Bounding_volumes/test_extensive/stability/data/results.68.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.69 b/Bounding_volumes/test_extensive/stability/data/results.69 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.69 rename to Bounding_volumes/test_extensive/stability/data/results.69 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.69.exact b/Bounding_volumes/test_extensive/stability/data/results.69.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.69.exact rename to Bounding_volumes/test_extensive/stability/data/results.69.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.7 b/Bounding_volumes/test_extensive/stability/data/results.7 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.7 rename to Bounding_volumes/test_extensive/stability/data/results.7 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.7.exact b/Bounding_volumes/test_extensive/stability/data/results.7.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.7.exact rename to Bounding_volumes/test_extensive/stability/data/results.7.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.70 b/Bounding_volumes/test_extensive/stability/data/results.70 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.70 rename to Bounding_volumes/test_extensive/stability/data/results.70 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.70.exact b/Bounding_volumes/test_extensive/stability/data/results.70.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.70.exact rename to Bounding_volumes/test_extensive/stability/data/results.70.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.71 b/Bounding_volumes/test_extensive/stability/data/results.71 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.71 rename to Bounding_volumes/test_extensive/stability/data/results.71 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.71.exact b/Bounding_volumes/test_extensive/stability/data/results.71.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.71.exact rename to Bounding_volumes/test_extensive/stability/data/results.71.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.72 b/Bounding_volumes/test_extensive/stability/data/results.72 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.72 rename to Bounding_volumes/test_extensive/stability/data/results.72 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.72.exact b/Bounding_volumes/test_extensive/stability/data/results.72.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.72.exact rename to Bounding_volumes/test_extensive/stability/data/results.72.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.73 b/Bounding_volumes/test_extensive/stability/data/results.73 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.73 rename to Bounding_volumes/test_extensive/stability/data/results.73 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.73.exact b/Bounding_volumes/test_extensive/stability/data/results.73.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.73.exact rename to Bounding_volumes/test_extensive/stability/data/results.73.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.74 b/Bounding_volumes/test_extensive/stability/data/results.74 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.74 rename to Bounding_volumes/test_extensive/stability/data/results.74 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.74.exact b/Bounding_volumes/test_extensive/stability/data/results.74.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.74.exact rename to Bounding_volumes/test_extensive/stability/data/results.74.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.75 b/Bounding_volumes/test_extensive/stability/data/results.75 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.75 rename to Bounding_volumes/test_extensive/stability/data/results.75 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.75.exact b/Bounding_volumes/test_extensive/stability/data/results.75.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.75.exact rename to Bounding_volumes/test_extensive/stability/data/results.75.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.76 b/Bounding_volumes/test_extensive/stability/data/results.76 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.76 rename to Bounding_volumes/test_extensive/stability/data/results.76 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.76.exact b/Bounding_volumes/test_extensive/stability/data/results.76.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.76.exact rename to Bounding_volumes/test_extensive/stability/data/results.76.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.77 b/Bounding_volumes/test_extensive/stability/data/results.77 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.77 rename to Bounding_volumes/test_extensive/stability/data/results.77 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.77.exact b/Bounding_volumes/test_extensive/stability/data/results.77.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.77.exact rename to Bounding_volumes/test_extensive/stability/data/results.77.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.78 b/Bounding_volumes/test_extensive/stability/data/results.78 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.78 rename to Bounding_volumes/test_extensive/stability/data/results.78 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.78.exact b/Bounding_volumes/test_extensive/stability/data/results.78.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.78.exact rename to Bounding_volumes/test_extensive/stability/data/results.78.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.79 b/Bounding_volumes/test_extensive/stability/data/results.79 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.79 rename to Bounding_volumes/test_extensive/stability/data/results.79 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.79.exact b/Bounding_volumes/test_extensive/stability/data/results.79.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.79.exact rename to Bounding_volumes/test_extensive/stability/data/results.79.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.8 b/Bounding_volumes/test_extensive/stability/data/results.8 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.8 rename to Bounding_volumes/test_extensive/stability/data/results.8 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.8.exact b/Bounding_volumes/test_extensive/stability/data/results.8.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.8.exact rename to Bounding_volumes/test_extensive/stability/data/results.8.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.80 b/Bounding_volumes/test_extensive/stability/data/results.80 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.80 rename to Bounding_volumes/test_extensive/stability/data/results.80 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.80.exact b/Bounding_volumes/test_extensive/stability/data/results.80.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.80.exact rename to Bounding_volumes/test_extensive/stability/data/results.80.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.81 b/Bounding_volumes/test_extensive/stability/data/results.81 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.81 rename to Bounding_volumes/test_extensive/stability/data/results.81 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.81.exact b/Bounding_volumes/test_extensive/stability/data/results.81.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.81.exact rename to Bounding_volumes/test_extensive/stability/data/results.81.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.82 b/Bounding_volumes/test_extensive/stability/data/results.82 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.82 rename to Bounding_volumes/test_extensive/stability/data/results.82 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.82.exact b/Bounding_volumes/test_extensive/stability/data/results.82.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.82.exact rename to Bounding_volumes/test_extensive/stability/data/results.82.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.83 b/Bounding_volumes/test_extensive/stability/data/results.83 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.83 rename to Bounding_volumes/test_extensive/stability/data/results.83 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.83.exact b/Bounding_volumes/test_extensive/stability/data/results.83.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.83.exact rename to Bounding_volumes/test_extensive/stability/data/results.83.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.84 b/Bounding_volumes/test_extensive/stability/data/results.84 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.84 rename to Bounding_volumes/test_extensive/stability/data/results.84 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.84.exact b/Bounding_volumes/test_extensive/stability/data/results.84.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.84.exact rename to Bounding_volumes/test_extensive/stability/data/results.84.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.85 b/Bounding_volumes/test_extensive/stability/data/results.85 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.85 rename to Bounding_volumes/test_extensive/stability/data/results.85 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.85.exact b/Bounding_volumes/test_extensive/stability/data/results.85.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.85.exact rename to Bounding_volumes/test_extensive/stability/data/results.85.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.86 b/Bounding_volumes/test_extensive/stability/data/results.86 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.86 rename to Bounding_volumes/test_extensive/stability/data/results.86 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.86.exact b/Bounding_volumes/test_extensive/stability/data/results.86.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.86.exact rename to Bounding_volumes/test_extensive/stability/data/results.86.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.87 b/Bounding_volumes/test_extensive/stability/data/results.87 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.87 rename to Bounding_volumes/test_extensive/stability/data/results.87 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.87.exact b/Bounding_volumes/test_extensive/stability/data/results.87.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.87.exact rename to Bounding_volumes/test_extensive/stability/data/results.87.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.88 b/Bounding_volumes/test_extensive/stability/data/results.88 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.88 rename to Bounding_volumes/test_extensive/stability/data/results.88 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.88.exact b/Bounding_volumes/test_extensive/stability/data/results.88.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.88.exact rename to Bounding_volumes/test_extensive/stability/data/results.88.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.89 b/Bounding_volumes/test_extensive/stability/data/results.89 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.89 rename to Bounding_volumes/test_extensive/stability/data/results.89 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.89.exact b/Bounding_volumes/test_extensive/stability/data/results.89.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.89.exact rename to Bounding_volumes/test_extensive/stability/data/results.89.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.9 b/Bounding_volumes/test_extensive/stability/data/results.9 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.9 rename to Bounding_volumes/test_extensive/stability/data/results.9 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.9.exact b/Bounding_volumes/test_extensive/stability/data/results.9.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.9.exact rename to Bounding_volumes/test_extensive/stability/data/results.9.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.90 b/Bounding_volumes/test_extensive/stability/data/results.90 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.90 rename to Bounding_volumes/test_extensive/stability/data/results.90 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.90.exact b/Bounding_volumes/test_extensive/stability/data/results.90.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.90.exact rename to Bounding_volumes/test_extensive/stability/data/results.90.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.91 b/Bounding_volumes/test_extensive/stability/data/results.91 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.91 rename to Bounding_volumes/test_extensive/stability/data/results.91 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.91.exact b/Bounding_volumes/test_extensive/stability/data/results.91.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.91.exact rename to Bounding_volumes/test_extensive/stability/data/results.91.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.92 b/Bounding_volumes/test_extensive/stability/data/results.92 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.92 rename to Bounding_volumes/test_extensive/stability/data/results.92 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.92.exact b/Bounding_volumes/test_extensive/stability/data/results.92.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.92.exact rename to Bounding_volumes/test_extensive/stability/data/results.92.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.93 b/Bounding_volumes/test_extensive/stability/data/results.93 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.93 rename to Bounding_volumes/test_extensive/stability/data/results.93 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.93.exact b/Bounding_volumes/test_extensive/stability/data/results.93.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.93.exact rename to Bounding_volumes/test_extensive/stability/data/results.93.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.94 b/Bounding_volumes/test_extensive/stability/data/results.94 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.94 rename to Bounding_volumes/test_extensive/stability/data/results.94 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.94.exact b/Bounding_volumes/test_extensive/stability/data/results.94.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.94.exact rename to Bounding_volumes/test_extensive/stability/data/results.94.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.95 b/Bounding_volumes/test_extensive/stability/data/results.95 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.95 rename to Bounding_volumes/test_extensive/stability/data/results.95 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.95.exact b/Bounding_volumes/test_extensive/stability/data/results.95.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.95.exact rename to Bounding_volumes/test_extensive/stability/data/results.95.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.96 b/Bounding_volumes/test_extensive/stability/data/results.96 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.96 rename to Bounding_volumes/test_extensive/stability/data/results.96 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.96.exact b/Bounding_volumes/test_extensive/stability/data/results.96.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.96.exact rename to Bounding_volumes/test_extensive/stability/data/results.96.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.97 b/Bounding_volumes/test_extensive/stability/data/results.97 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.97 rename to Bounding_volumes/test_extensive/stability/data/results.97 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.97.exact b/Bounding_volumes/test_extensive/stability/data/results.97.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.97.exact rename to Bounding_volumes/test_extensive/stability/data/results.97.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.98 b/Bounding_volumes/test_extensive/stability/data/results.98 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.98 rename to Bounding_volumes/test_extensive/stability/data/results.98 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.98.exact b/Bounding_volumes/test_extensive/stability/data/results.98.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.98.exact rename to Bounding_volumes/test_extensive/stability/data/results.98.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.99 b/Bounding_volumes/test_extensive/stability/data/results.99 similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.99 rename to Bounding_volumes/test_extensive/stability/data/results.99 diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/results.99.exact b/Bounding_volumes/test_extensive/stability/data/results.99.exact similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/results.99.exact rename to Bounding_volumes/test_extensive/stability/data/results.99.exact diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/simplex_10.data b/Bounding_volumes/test_extensive/stability/data/simplex_10.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/simplex_10.data rename to Bounding_volumes/test_extensive/stability/data/simplex_10.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/data/simplex_15.data b/Bounding_volumes/test_extensive/stability/data/simplex_15.data similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/data/simplex_15.data rename to Bounding_volumes/test_extensive/stability/data/simplex_15.data diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/maple/balls-on-boundary-2.mws b/Bounding_volumes/test_extensive/stability/maple/balls-on-boundary-2.mws similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/maple/balls-on-boundary-2.mws rename to Bounding_volumes/test_extensive/stability/maple/balls-on-boundary-2.mws diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/maple/balls-on-boundary-3.mws b/Bounding_volumes/test_extensive/stability/maple/balls-on-boundary-3.mws similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/maple/balls-on-boundary-3.mws rename to Bounding_volumes/test_extensive/stability/maple/balls-on-boundary-3.mws diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/stability-exact.cpp b/Bounding_volumes/test_extensive/stability/stability-exact.cpp similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/stability-exact.cpp rename to Bounding_volumes/test_extensive/stability/stability-exact.cpp diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/stability.cpp b/Bounding_volumes/test_extensive/stability/stability.cpp similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/stability.cpp rename to Bounding_volumes/test_extensive/stability/stability.cpp diff --git a/Min_sphere_of_spheres_d/test_extensive/stability/stability.h b/Bounding_volumes/test_extensive/stability/stability.h similarity index 100% rename from Min_sphere_of_spheres_d/test_extensive/stability/stability.h rename to Bounding_volumes/test_extensive/stability/stability.h diff --git a/Approximate_min_ellipsoid_d/documentation/boundingbox.mw b/Bounding_volumes/web/Approximate_min_ellipsoid_d/boundingbox.mw similarity index 100% rename from Approximate_min_ellipsoid_d/documentation/boundingbox.mw rename to Bounding_volumes/web/Approximate_min_ellipsoid_d/boundingbox.mw diff --git a/Approximate_min_ellipsoid_d/documentation/mel.bib b/Bounding_volumes/web/Approximate_min_ellipsoid_d/mel.bib similarity index 100% rename from Approximate_min_ellipsoid_d/documentation/mel.bib rename to Bounding_volumes/web/Approximate_min_ellipsoid_d/mel.bib diff --git a/Approximate_min_ellipsoid_d/documentation/mel.tex b/Bounding_volumes/web/Approximate_min_ellipsoid_d/mel.tex similarity index 100% rename from Approximate_min_ellipsoid_d/documentation/mel.tex rename to Bounding_volumes/web/Approximate_min_ellipsoid_d/mel.tex diff --git a/Min_annulus_d/web/Min_annulus_d.aw b/Bounding_volumes/web/Min_annulus_d/Min_annulus_d.aw similarity index 100% rename from Min_annulus_d/web/Min_annulus_d.aw rename to Bounding_volumes/web/Min_annulus_d/Min_annulus_d.aw diff --git a/Min_circle_2/web/Min_circle_2.aw b/Bounding_volumes/web/Min_circle_2/Min_circle_2.aw similarity index 100% rename from Min_circle_2/web/Min_circle_2.aw rename to Bounding_volumes/web/Min_circle_2/Min_circle_2.aw diff --git a/Min_ellipse_2/web/Conic_2.aw b/Bounding_volumes/web/Min_ellipse_2/Conic_2.aw similarity index 100% rename from Min_ellipse_2/web/Conic_2.aw rename to Bounding_volumes/web/Min_ellipse_2/Conic_2.aw diff --git a/Min_ellipse_2/web/Min_ellipse_2.aw b/Bounding_volumes/web/Min_ellipse_2/Min_ellipse_2.aw similarity index 100% rename from Min_ellipse_2/web/Min_ellipse_2.aw rename to Bounding_volumes/web/Min_ellipse_2/Min_ellipse_2.aw diff --git a/Min_sphere_d/web/Doc_Min_sphere_d.aw b/Bounding_volumes/web/Min_sphere_d/Doc_Min_sphere_d.aw similarity index 100% rename from Min_sphere_d/web/Doc_Min_sphere_d.aw rename to Bounding_volumes/web/Min_sphere_d/Doc_Min_sphere_d.aw diff --git a/Min_sphere_of_spheres_d/web/Funnelweb.tex b/Bounding_volumes/web/Min_sphere_of_spheres_d/Funnelweb.tex similarity index 100% rename from Min_sphere_of_spheres_d/web/Funnelweb.tex rename to Bounding_volumes/web/Min_sphere_of_spheres_d/Funnelweb.tex diff --git a/Min_sphere_of_spheres_d/web/Makefile b/Bounding_volumes/web/Min_sphere_of_spheres_d/Makefile similarity index 100% rename from Min_sphere_of_spheres_d/web/Makefile rename to Bounding_volumes/web/Min_sphere_of_spheres_d/Makefile diff --git a/Min_sphere_of_spheres_d/web/Min_sphere_of_spheres_d.fw b/Bounding_volumes/web/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d.fw similarity index 100% rename from Min_sphere_of_spheres_d/web/Min_sphere_of_spheres_d.fw rename to Bounding_volumes/web/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d.fw diff --git a/Min_sphere_of_spheres_d/web/README b/Bounding_volumes/web/Min_sphere_of_spheres_d/README similarity index 100% rename from Min_sphere_of_spheres_d/web/README rename to Bounding_volumes/web/Min_sphere_of_spheres_d/README diff --git a/Min_sphere_of_spheres_d/web/Refs.bib b/Bounding_volumes/web/Min_sphere_of_spheres_d/Refs.bib similarity index 100% rename from Min_sphere_of_spheres_d/web/Refs.bib rename to Bounding_volumes/web/Min_sphere_of_spheres_d/Refs.bib diff --git a/Min_sphere_of_spheres_d/web/TODO b/Bounding_volumes/web/Min_sphere_of_spheres_d/TODO similarity index 100% rename from Min_sphere_of_spheres_d/web/TODO rename to Bounding_volumes/web/Min_sphere_of_spheres_d/TODO diff --git a/Min_sphere_of_spheres_d/web/figs/heuristic/excess.xfig b/Bounding_volumes/web/Min_sphere_of_spheres_d/figs/heuristic/excess.xfig similarity index 100% rename from Min_sphere_of_spheres_d/web/figs/heuristic/excess.xfig rename to Bounding_volumes/web/Min_sphere_of_spheres_d/figs/heuristic/excess.xfig diff --git a/Min_sphere_of_spheres_d/web/figs/mbex/mbex.xfig b/Bounding_volumes/web/Min_sphere_of_spheres_d/figs/mbex/mbex.xfig similarity index 100% rename from Min_sphere_of_spheres_d/web/figs/mbex/mbex.xfig rename to Bounding_volumes/web/Min_sphere_of_spheres_d/figs/mbex/mbex.xfig diff --git a/Min_sphere_of_spheres_d/web/figs/pivot/cex.xfig b/Bounding_volumes/web/Min_sphere_of_spheres_d/figs/pivot/cex.xfig similarity index 100% rename from Min_sphere_of_spheres_d/web/figs/pivot/cex.xfig rename to Bounding_volumes/web/Min_sphere_of_spheres_d/figs/pivot/cex.xfig diff --git a/Min_sphere_of_spheres_d/web/html.sty b/Bounding_volumes/web/Min_sphere_of_spheres_d/html.sty similarity index 100% rename from Min_sphere_of_spheres_d/web/html.sty rename to Bounding_volumes/web/Min_sphere_of_spheres_d/html.sty diff --git a/Min_annulus_d/dont_submit b/Min_annulus_d/dont_submit deleted file mode 100644 index 495c8d546a2..00000000000 --- a/Min_annulus_d/dont_submit +++ /dev/null @@ -1,2 +0,0 @@ -Makefile* -web diff --git a/Min_annulus_d/package_info/Min_annulus_d/copyright b/Min_annulus_d/package_info/Min_annulus_d/copyright deleted file mode 100644 index 28daf2dfbb7..00000000000 --- a/Min_annulus_d/package_info/Min_annulus_d/copyright +++ /dev/null @@ -1 +0,0 @@ - ETH Zurich (Switzerland). diff --git a/Min_annulus_d/package_info/Min_annulus_d/description.txt b/Min_annulus_d/package_info/Min_annulus_d/description.txt deleted file mode 100644 index cb046d2f5be..00000000000 --- a/Min_annulus_d/package_info/Min_annulus_d/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -Algorithm for computing the smallest enclosing annulus of points -in arbitrary dimension diff --git a/Min_annulus_d/package_info/Min_annulus_d/license.txt b/Min_annulus_d/package_info/Min_annulus_d/license.txt deleted file mode 100644 index 0d3d7e59728..00000000000 --- a/Min_annulus_d/package_info/Min_annulus_d/license.txt +++ /dev/null @@ -1 +0,0 @@ -GPL (v3 or later) diff --git a/Min_annulus_d/package_info/Min_annulus_d/maintainer b/Min_annulus_d/package_info/Min_annulus_d/maintainer deleted file mode 100644 index 6fe36bffe91..00000000000 --- a/Min_annulus_d/package_info/Min_annulus_d/maintainer +++ /dev/null @@ -1 +0,0 @@ -Michael Hoffmann diff --git a/Min_circle_2/dont_submit b/Min_circle_2/dont_submit deleted file mode 100644 index 712246043e8..00000000000 --- a/Min_circle_2/dont_submit +++ /dev/null @@ -1,3 +0,0 @@ -Makefile* -web -demo diff --git a/Min_circle_2/package_info/Min_circle_2/copyright b/Min_circle_2/package_info/Min_circle_2/copyright deleted file mode 100644 index 28daf2dfbb7..00000000000 --- a/Min_circle_2/package_info/Min_circle_2/copyright +++ /dev/null @@ -1 +0,0 @@ - ETH Zurich (Switzerland). diff --git a/Min_circle_2/package_info/Min_circle_2/description.txt b/Min_circle_2/package_info/Min_circle_2/description.txt deleted file mode 100644 index 55d13f330e8..00000000000 --- a/Min_circle_2/package_info/Min_circle_2/description.txt +++ /dev/null @@ -1 +0,0 @@ -Algorithm for computing the smallest enclosing circle of points in the plane diff --git a/Min_circle_2/package_info/Min_circle_2/license.txt b/Min_circle_2/package_info/Min_circle_2/license.txt deleted file mode 100644 index 0d3d7e59728..00000000000 --- a/Min_circle_2/package_info/Min_circle_2/license.txt +++ /dev/null @@ -1 +0,0 @@ -GPL (v3 or later) diff --git a/Min_circle_2/package_info/Min_circle_2/maintainer b/Min_circle_2/package_info/Min_circle_2/maintainer deleted file mode 100644 index 7e028c78627..00000000000 --- a/Min_circle_2/package_info/Min_circle_2/maintainer +++ /dev/null @@ -1 +0,0 @@ -cgal-develop diff --git a/Min_ellipse_2/dont_submit b/Min_ellipse_2/dont_submit deleted file mode 100644 index 05a9f1856c1..00000000000 --- a/Min_ellipse_2/dont_submit +++ /dev/null @@ -1,3 +0,0 @@ -Makefile* -web -demo \ No newline at end of file diff --git a/Min_ellipse_2/package_info/Min_ellipse_2/copyright b/Min_ellipse_2/package_info/Min_ellipse_2/copyright deleted file mode 100644 index 28daf2dfbb7..00000000000 --- a/Min_ellipse_2/package_info/Min_ellipse_2/copyright +++ /dev/null @@ -1 +0,0 @@ - ETH Zurich (Switzerland). diff --git a/Min_ellipse_2/package_info/Min_ellipse_2/description.txt b/Min_ellipse_2/package_info/Min_ellipse_2/description.txt deleted file mode 100644 index aef9d9891be..00000000000 --- a/Min_ellipse_2/package_info/Min_ellipse_2/description.txt +++ /dev/null @@ -1 +0,0 @@ -Algorithm for computing the smallest enclosing ellipse of points in the plane diff --git a/Min_ellipse_2/package_info/Min_ellipse_2/license.txt b/Min_ellipse_2/package_info/Min_ellipse_2/license.txt deleted file mode 100644 index 0d3d7e59728..00000000000 --- a/Min_ellipse_2/package_info/Min_ellipse_2/license.txt +++ /dev/null @@ -1 +0,0 @@ -GPL (v3 or later) diff --git a/Min_ellipse_2/package_info/Min_ellipse_2/maintainer b/Min_ellipse_2/package_info/Min_ellipse_2/maintainer deleted file mode 100644 index 7e028c78627..00000000000 --- a/Min_ellipse_2/package_info/Min_ellipse_2/maintainer +++ /dev/null @@ -1 +0,0 @@ -cgal-develop diff --git a/Min_quadrilateral_2/dont_submit b/Min_quadrilateral_2/dont_submit deleted file mode 100644 index 1549b67ca59..00000000000 --- a/Min_quadrilateral_2/dont_submit +++ /dev/null @@ -1 +0,0 @@ -demo diff --git a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/copyright b/Min_quadrilateral_2/package_info/Min_quadrilateral_2/copyright deleted file mode 100644 index 28daf2dfbb7..00000000000 --- a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/copyright +++ /dev/null @@ -1 +0,0 @@ - ETH Zurich (Switzerland). diff --git a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/description.txt b/Min_quadrilateral_2/package_info/Min_quadrilateral_2/description.txt deleted file mode 100644 index 26a1e8a3ba0..00000000000 --- a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/description.txt +++ /dev/null @@ -1,3 +0,0 @@ -Algorithms to compute the minimum enclosing rectangle/parallelogram -(arbitrary orientation) and the minimum enclosing strip of a convex -point set. diff --git a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/license.txt b/Min_quadrilateral_2/package_info/Min_quadrilateral_2/license.txt deleted file mode 100644 index 0d3d7e59728..00000000000 --- a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/license.txt +++ /dev/null @@ -1 +0,0 @@ -GPL (v3 or later) diff --git a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/long_description.txt b/Min_quadrilateral_2/package_info/Min_quadrilateral_2/long_description.txt deleted file mode 100644 index d8d9903760f..00000000000 --- a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/long_description.txt +++ /dev/null @@ -1,124 +0,0 @@ -//===================================================================== -// Revision History for package Min_quadrilateral_2 -//===================================================================== - - -//--------------------------------------------------------------------- -// revision 121 -//--------------------------------------------------------------------- - -ALL : Added expensive precondition checking. -ALL : Added test with degenerate input. - -//--------------------------------------------------------------------- -// revision 120 -//--------------------------------------------------------------------- - -ALL : Better degeneracy handling; don't loop on NaN point sequence. - -//--------------------------------------------------------------------- -// revision 119 -//--------------------------------------------------------------------- - - -//--------------------------------------------------------------------- -// revision 118 -//--------------------------------------------------------------------- - -GLOB: moved Optimisation_ref directory up one level - -//--------------------------------------------------------------------- -// revision 116 -//--------------------------------------------------------------------- - -ALL : Added #include . - -//--------------------------------------------------------------------- -// revision 115 -//--------------------------------------------------------------------- - -ALL : Fixed warning in test program. - -//--------------------------------------------------------------------- -// revision 114 -//--------------------------------------------------------------------- - -ALL : Fixed a warning on Borland. - -//--------------------------------------------------------------------- -// revision 113 -//--------------------------------------------------------------------- - -ALL : Changed concept names, added README for demo. - -//--------------------------------------------------------------------- -// revision 112 -//--------------------------------------------------------------------- - -DEMO: Do not compute min_strip for < 2 and min_quad for < 3 points. - -//--------------------------------------------------------------------- -// revision 111 -//--------------------------------------------------------------------- - - -//--------------------------------------------------------------------- -// revision 110 -//--------------------------------------------------------------------- - -ALL : Removed superfluous window include. - -//--------------------------------------------------------------------- -// revision 19 -//--------------------------------------------------------------------- - -ALL : Fixed file headers. - -//--------------------------------------------------------------------- -// revision 18 -//--------------------------------------------------------------------- - -ALL : minimum_enclosing_* -> min_* - -//--------------------------------------------------------------------- -// revision 17 -//--------------------------------------------------------------------- - -TEST: Replaced vertices by bounding lines for min_strip. - -//--------------------------------------------------------------------- -// revision 16 -//--------------------------------------------------------------------- - - -//--------------------------------------------------------------------- -// revision 15 -//--------------------------------------------------------------------- - -DEMO: Fixed funny MSVC problems (and without LEDA-version). -SRC : Replaced Direction.vector() by to_vector(). -SRC : Added CGAL:: to all calls of square(...). - -//--------------------------------------------------------------------- -// revision 14 -//--------------------------------------------------------------------- - -ALL : Fixed flags in makefiles. - -//--------------------------------------------------------------------- -// revision 13 -//--------------------------------------------------------------------- - -TEST: removed old file (only one example ...). -SRC : Define wrapper functions only if default_traits are present. -TEST: Fixed homogeneous test (point generators don't work ==> fix input). - -//--------------------------------------------------------------------- -// revision 12 -//--------------------------------------------------------------------- - - -//--------------------------------------------------------------------- -// revision 11 -//--------------------------------------------------------------------- - diff --git a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/maintainer b/Min_quadrilateral_2/package_info/Min_quadrilateral_2/maintainer deleted file mode 100644 index 6fe36bffe91..00000000000 --- a/Min_quadrilateral_2/package_info/Min_quadrilateral_2/maintainer +++ /dev/null @@ -1 +0,0 @@ -Michael Hoffmann diff --git a/Min_sphere_d/dont_submit b/Min_sphere_d/dont_submit deleted file mode 100644 index c0772185a03..00000000000 --- a/Min_sphere_d/dont_submit +++ /dev/null @@ -1 +0,0 @@ -web diff --git a/Min_sphere_d/package_info/Min_sphere_d/copyright b/Min_sphere_d/package_info/Min_sphere_d/copyright deleted file mode 100644 index 28daf2dfbb7..00000000000 --- a/Min_sphere_d/package_info/Min_sphere_d/copyright +++ /dev/null @@ -1 +0,0 @@ - ETH Zurich (Switzerland). diff --git a/Min_sphere_d/package_info/Min_sphere_d/description.txt b/Min_sphere_d/package_info/Min_sphere_d/description.txt deleted file mode 100644 index d5061a25d7f..00000000000 --- a/Min_sphere_d/package_info/Min_sphere_d/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -Algorithms for computing the smallest enclosing sphere of points -in arbitrary dimension diff --git a/Min_sphere_d/package_info/Min_sphere_d/license.txt b/Min_sphere_d/package_info/Min_sphere_d/license.txt deleted file mode 100644 index 0d3d7e59728..00000000000 --- a/Min_sphere_d/package_info/Min_sphere_d/license.txt +++ /dev/null @@ -1 +0,0 @@ -GPL (v3 or later) diff --git a/Min_sphere_d/package_info/Min_sphere_d/maintainer b/Min_sphere_d/package_info/Min_sphere_d/maintainer deleted file mode 100644 index 9213c98cb44..00000000000 --- a/Min_sphere_d/package_info/Min_sphere_d/maintainer +++ /dev/null @@ -1,2 +0,0 @@ -Bernd Gaertner -Michael Hoffmann diff --git a/Min_sphere_of_spheres_d/dont_submit b/Min_sphere_of_spheres_d/dont_submit deleted file mode 100644 index 198c3643fe2..00000000000 --- a/Min_sphere_of_spheres_d/dont_submit +++ /dev/null @@ -1,3 +0,0 @@ -test_extensive -web -doc_tex/basic/makefile diff --git a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/copyright b/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/copyright deleted file mode 100644 index 28daf2dfbb7..00000000000 --- a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/copyright +++ /dev/null @@ -1 +0,0 @@ - ETH Zurich (Switzerland). diff --git a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/description.txt b/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/description.txt deleted file mode 100644 index 6f87cac4d05..00000000000 --- a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -Algorithms for computing the smallest enclosing sphere of spheres -in arbitrary dimension \ No newline at end of file diff --git a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/license.txt b/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/license.txt deleted file mode 100644 index 0d3d7e59728..00000000000 --- a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/license.txt +++ /dev/null @@ -1 +0,0 @@ -GPL (v3 or later) diff --git a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/maintainer b/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/maintainer deleted file mode 100644 index 353202bd39e..00000000000 --- a/Min_sphere_of_spheres_d/package_info/Min_sphere_of_spheres_d/maintainer +++ /dev/null @@ -1,3 +0,0 @@ -Kaspar Fischer -Bernd Gaertner -Michael Hoffmann