CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.67k stars 1.35k forks source link

Periodic Triangulation: assertion in teststuite #8244

Open afabri opened 1 month ago

afabri commented 1 month ago

Issue Details

Setting the random seed to a value reported in a CGAL-6.0-Ic-257 testsuite, the assertion can be reproduced and investigated.

Source Code

Add the line CGAL::default_random = CGAL::Random(1717104259); in the file p2t2_hierarchy.cpp.

Environment