Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] DelaunayD Class

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] DelaunayD Class


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] DelaunayD Class
  • Date: Thu, 28 Jun 2007 22:18:01 +0200


wrote:
Dear Andreas,

Thank you for your answer.
As far as I know, delaunay_dd-runtime.cpp requires LEDA, a non free software supported by algorithmic-solutions.

NOT AT ALL. We got rid of all dependencies of LEDA a long time ago.

Is there a way to test your solution without charge ?

Just compile it. The demo depends on GMP, the Gnu Multiple Precision
library which is distributed under the terms of the LGPL.

andreas



Yours,

Jean-Marc




Dear Jean-Marc,

In contrast to the 2D and 3D Delaunay triangulation you must use an exact
number type.
Example code can be found in demo/Convex_hull_d//delaunay_dd-runtime.cpp

Note however that this makes it even slower. Currently no filtering approach
(interval
arithmetic combined with exact rithmetic as last resort) is offered to get it
faster.
We had one user who didn't use the dD points but wrote his own 4D points,
which reduced
lots of overhead.

best regards,

andreas




Archive powered by MHonArc 2.6.16.

Top of Page