Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Why this simple code hang my machine ?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Why this simple code hang my machine ?


Chronological Thread 
  • From: "Chaman Singh Verma" <>
  • To:
  • Subject: Re: [cgal-discuss] Why this simple code hang my machine ?
  • Date: Sat, 29 Nov 2008 20:16:19 +0530
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=VgAm/6kCQkCpnnQcuvvvGpPH3zDn9hPOUcW7Ltcwn6ciC6/GgGT2++zzAgcs8ipQ/0 zraFYUH4zomU4hSeDJo/oSFbQmT+kuT9/xAKWYeZYIars0i3EfL81ONwd/Q1vBOcmud0 9YGgyh1PtCIT5eJjtlusOnL/oPCGXauEIaN4w=



On Sat, Nov 29, 2008 at 7:39 PM, Sylvain Pion <> wrote:
Chaman Singh Verma wrote:
Hello,

I have modify the example code of Convex3D and it just keep on running till my machine hangs ?

Most probably a robustness issue.  Read more:
http://www.cgal.org/FAQ.html#inexact_NT
http://www.cgal.org/philosophy.html

Try CGAL::Exact_predicates_inexact_constructions_kernel

--
Sylvain Pion
INRIA Sophia-Antipolis
Geometrica Project-Team
CGAL, http://cgal.org/

Hello Sylvain,

I am little concern about the robustness issue as many software ( including tetgen)
produce valid triangulation of the test dataset and interestingly, it didn't work
even for extremely simple cases.

Thanks.
csv




Archive powered by MHonArc 2.6.16.

Top of Page