#include #include #include #include #include #include typedef CGAL::Cartesian_d K; typedef CGAL::Min_sphere_annulus_d_traits_d Traits; typedef CGAL::Min_sphere_d Min_sphere; typedef K::Point_d Point; const int n = 10; // number of points const int d = 5; // dimension of points int main () { Point P[n]; // n points double coord[d]; // d coordinates CGAL::Random r; // random number generator for (int i=0; i