Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Bug in 4.11.1 in aggregated join in CGAL::General_polygon_set_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Bug in 4.11.1 in aggregated join in CGAL::General_polygon_set_2


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Bug in 4.11.1 in aggregated join in CGAL::General_polygon_set_2
  • Date: Thu, 26 Apr 2018 11:53:47 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:5dXzEhEgKu0v7IPhbf4Xfp1GYnF86YWxBRYc798ds5kLTJ7zoMywAkXT6L1XgUPTWs2DsrQY07GQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDSwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VjO+4qplShLlhj4LOyI2/WrKjsB9jL5XrBenqhdiwYDbfZuVOeJjcK3Dc9MURWlPUMhfWCNOAIyzc4QBAvEdPetatYTxu0cCoBW8CASqGejhyiVIhnjz3aAi3egvDB/J0xc6ENIVrHTUrcv6NKEPWu6zy6nI1zTDb/RK2Tzg7ITGcw4uofaJXb1ubcrR00kuGQPfgVqMtYzlOCmV1+QIv2SV8uFtUvmvi2ogqwFrozivwdsshpPMhoIR0V3E+iB5z5w0Jd28UkJ0fdmkEJ5JuiycKoB4TMQiQ2RytyY7zL0LoZi7czIRx5s8wx7QdeaLfJSP4hLmUuuaPDR2hGp9db+9iBu+61WsxvP8W8Wu01tGsDBJn9nCu3wV1RHe6dKLRuVy80qgwzqDygTe5+9eLU02lafWLYMqzKQqmZoJq0vDGzf7mEXog6+ScUUp4u2o5P7mYrXiv5OdOYp0hh3nPqQgmsGyD/40MgcJX2ic9uS80KPs8VflT7VNi/06iqjZsJbEKsQHvqO0AQBY3pw+5xqhDzqqytcVkWcdIF9Fdh+Ll43pNEvPIPD8A/e/mVOskDJzyvDdOr3hBY/NLnnEkLf9Z7p97kpcxRE8zdBa/Z1UC7UBLOjvVU/2sdzUFgU5PBCsw+b7FNV90ZsTVn6AAqCDNKPeqEKH5uM0I+aQeY8Voy39JuM+5//uiH85gUUScbOo3ZsRcnC4H+5pL1+XYXr20Z89FjIBsQM6CeDrk1afSiV7ZnCoXqt66CtoJpihCNKJfY2niaed3Sq9VrlRfGFBFhjMPnrvcoiYQeYiYSmOJdVw03ZMAaOlTJUg0g3osQvSxL9uL+6S8Sod48GwnONp7vHewElhvQd/CN6QhjzVFjAmriYzXzYzmZtHjwl4w1aH37J/hqUBR9NW7vJNFAw9MMyFlrAoO5XJQgvEO+yxZhO+WNz/WGM+S9swx5kFZEMvQ4z/3CCG5DKjBvour5LOBJEw9fiBjX34JsI41HOekad81B8pRcxAMWDgjal6pVDe

You can switch from EPECK to CGAL::Simple_cartesian<CGAL::Gmpq>.

On 04/25/2018 01:39 PM, Florian Prud'homme wrote:
Hello

I have 11 simple,convex,well oriented polygons that I want to join. (I'm
using EPECK )
I join them 1 by 1, everything is fine,
but when I try to use the aggregated join, I got an error like this :

CGAL ERROR: precondition violation!
Expr: cv.is_in_x_range(p)
File: .../include/CGAL/Arr_segment_traits_2.h

I'm using CGAL 4.11.1

I have the problem only once for 10000 different set of polygon.

It impacts me very much, because the performance of aggregated functions are
much better in my case.

In order to make a minimal case, I would like to be able to serialize the
points coordinates of the polygons. But I do not know how to do this in
EPECK.

Cheers,
Florian



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/




Archive powered by MHonArc 2.6.18.

Top of Page