jripolles

Results 3 issues of jripolles

Hello, We have a project using CGAL through cgal-bindings with CGAL 4.14.3. While upgrading the project to CGAL 5.4, we encountered an error in CDTP2.insert_constraint(). I reproduced the issue by...

**Describe the bug** When I launch C++ or Python unit tests directly, all works perfectly and coverage datas are reported. But when I launch the same tests with ctest, no...

bug
question

Hello, In CGAL documentation [here](https://doc.cgal.org/5.5.3/Triangulation_2/classCGAL_1_1Constrained__Delaunay__triangulation__2.html) , it is explained how to allow a triangulation to accept intersection between constraints. I have instantiated a CDT (CGAL::Constrained_Delaunay_triangulation_2) with CGAL::Exact_predicates_tag as Itag in...