Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: post condition errors with Convex_hull_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: post condition errors with Convex_hull_3


Chronological Thread 
  • From:
  • To:
  • Subject: Re: [cgal-discuss] Re: post condition errors with Convex_hull_3
  • Date: Thu, 12 Apr 2007 14:19:36 +0200 (CEST)
  • Importance: Normal


Le Jeu 12 avril 2007 13:50, Matthieu Chavent a écrit :
> I use the exact_predicates_inexacte_constructions kernel. I though that
> this kernel was enough to perform what I want: a convex hull of few
> points. I don't create any other points.. The very strange thing is when
> I disable the post conditions, I obtain only triangles as facets of my
> polyhedron so I don't understand why I can have the "strongly_convex"
> error..

In fact, the is_strongly_convex_3 post-condition uses constructions. As
such, it is not robust with exact_predicates_inexact_constructions kernel.
--
Camille





Archive powered by MHonArc 2.6.16.

Top of Page