#include #include #include // test that there is no conflict with overloads defined in BSO_2 package #include typedef CGAL::Exact_predicates_exact_constructions_kernel K1; typedef CGAL::Exact_predicates_inexact_constructions_kernel K2; typedef CGAL::Simple_cartesian K3; int main() { test_linear_intersections(); test_linear_intersections(); test_linear_intersections(); test_linear_intersections(); test_linear_intersections(); test_linear_intersections(); }