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 08:55:24 +0200


wrote:
Hello,

I tried unsuccessfully to use the DelaunayD class. I have a couple of
questions :

1) DelaunayD class seems to be bugged in the current CGAL release. I have
found no archive on that topic. Does there exists some ?

This might be an indication that it is maybe not bugged.
Your mail would be more helpful, if you provided a piece of
code that supports your assumption.

andreas



2) I have to compute Delaunay triangulations of N points in D dimensions. It seems that the overall complexity of DelaunayD class is O(N^{D/2}) to that purpose. Is it correct ?
3) I need a better complexity, and I am currently trying to write down something. I am trying to explore a linear constrained programming based idea, in the CDD spirit, but I am not sure that this is the best thing to do. May I ask you for a recommandation in that direction ?
Bests,

Jean-Marc




Archive powered by MHonArc 2.6.16.

Top of Page