Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Performance of boolean operations on Nef_polyhedron_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Performance of boolean operations on Nef_polyhedron_3


Chronological Thread 
  • From: Bernd Gaertner <>
  • To: <>
  • Subject: Re: [cgal-discuss] Performance of boolean operations on Nef_polyhedron_3
  • Date: Mon, 2 Nov 2009 16:42:58 +0100


wrote:
I get the best results with the following Kernel definition:

typedef CGAL::Lazy_exact_nt<CGAL::Quotient<CGAL::MP_Float>> NT;
typedef CGAL::Simple_cartesian<NT> Kernel;

Did you try CGAL::Exact_predicates_inexact_constructions_kernel?

Best,
Bernd.



Archive powered by MHonArc 2.6.16.

Top of Page