#include #include #include #include #include #include typedef CGAL::Simple_cartesian K; typedef CGAL::Min_sphere_of_points_d_traits_3 Traits; typedef CGAL::Min_sphere_of_spheres_d Min_sphere; typedef K::Point_3 Point; const int n = 10; // number of points const int d = 3; // dimension of points int main () { Point P[n]; // n points CGAL::Random r; // random number generator for (int i=0; i