Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Boolean set operation assertion

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Boolean set operation assertion


Chronological Thread 
  • From: "T.vanLankveld" <>
  • To:
  • Subject: [cgal-discuss] Re: Boolean set operation assertion
  • Date: Tue, 22 Mar 2011 08:49:52 -0700 (PDT)

As I already said, this does fix the problem for that case, but makes the
rest of my code much too slow. The example given is heavily cut down from my
code to make as minimal example.

My full code includes calculating Delaunay triangulations for two point sets
from which the polygons are extracted, and a number of tests on these
polygons, including some that require boolean set operations.

When using double coordinates, the program runs in 30 seconds, while it
takes roughly a day when using either Quotient or Gmpq. For this reason,
using exact construction is not an option.

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Boolean-set-operation-assertion-tp3396262p3396809.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page