Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss]

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss]


Chronological Thread 
  • From: Camille Wormser <>
  • To:
  • Subject: Re: [cgal-discuss]
  • Date: Wed, 21 Jan 2009 11:24:08 +0100



I tested your dataset with CGAL 3.4 on a 1.8 GHz Intel computer, it returns
"triangulation of 362272 points computed in 11.85 s". 

I tested it with CGAL 3.3 on the same computer, it returns
"triangulation of 362272 points computed in 12.21 s".

Did you forget to compile your code with optimizations turned on?

May I ask what may I do with the stack overflow ?

There is no point in repeating the same question over and over. We told you that the incident_XXX functions had been fixed for a stackoverflow problem in CGAL 3.4. If you do not want to update to 3.4, you can copy all incident_XXX functions (and related helper functions) from the 3.4 file to your file.

However, in the current case, the problem does not seem to come from CGAL. You should check your code and probably turn the optimizations on.
-- 
Camille




Archive powered by MHonArc 2.6.16.

Top of Page