Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Min_circle problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Min_circle problem


Chronological Thread 
  • From: "Atul Thakur" <>
  • To:
  • Subject: Re: [cgal-discuss] Min_circle problem
  • Date: Wed, 10 Sep 2008 19:00:44 -0400
  • 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=NCbsXI9mEU/Fgq8y8oHA5TJIctORmumrl26eh1oOoSqSOXaLMAQf7XVZz++5C751yi lJ+ohwC4Mh0Eq2eKbBGnLhu/I6VnWf+Pkd45somkXuZ6J/Yob/+KiiMVE5LUCszl3IH1 MAvUnL6M+n9kEDc8QNeiSAuHompWFfaRAW+I4=

Hi:
Still facing the same problem of crashing when I use the .Min_circle function of CGAL.
Do I need to check my point list for satisfying some criteria before calling function Min_circle() so that i can catch the problem beforehand.
I have observed that even if we pass collinear point to Min_circle function it does not crash in simple cases like three point lying on X-axis.
Please help me.

-Atul

On Mon, Sep 8, 2008 at 9:49 AM, Atul Thakur <> wrote:

I defined
typedef CGAL::Gmpz NT;<copied from amnual>

I don't know what exactly it is though.

-Atul
On Mon, Sep 8, 2008 at 2:57 AM, Olivier Devillers <> wrote:


I defined Min_circle as per manual as follows

*typedef CGAL::Homogeneous<NT> K;
typedef CGAL::Min_circle_2_traits_2<Rep> Traits;
typedef CGAL::Min_circle_2<Traits> Min_circle;  *



and what is NT ?
if NT is double or float please read the FAQ

http://www.cgal.org/FAQ.html#inexact_NT

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss





Archive powered by MHonArc 2.6.16.

Top of Page