Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem with double in a Convex Hull

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem with double in a Convex Hull


Chronological Thread 
  • From: Bernd Gaertner <>
  • To:
  • Subject: Re: [cgal-discuss] Problem with double in a Convex Hull
  • Date: Fri, 13 Jun 2008 15:33:24 +0200

Rafael Roberto wrote:
Andreas, the kernel I'm using is the Cartesian<double>

Using this kernel, neither exact results not termination of algorithms can be taken for granted, see the corresponding FAQ entry at http://www.cgal.org/FAQ.html#inexact_NT. As indicated on that page, you can replace double by any exact type, or (this is usually better) you can switch to CGAL::Exact_predicates_inexact_constructions_kernel.

Best,
Bernd.



Archive powered by MHonArc 2.6.16.

Top of Page