cgal/Mesh_2
Sebastien Loriot 3fa6e77002
Mesh_2: Make lloyd_optimize_mesh_2() deterministic (#8768)
## Summary of Changes

Replace a `std::set<Vertex_handle>` by a
`std::set<std::pair<std::size_t,Vertex_handle>>` to make traversing the
set deterministic.
At the same time, do not `erase()` a key, but an `iterator`. 

## Release Management

* Affected package(s): Mesh_2
* Issue(s) solved (if any): fix #8719
* License and copyright ownership: unchanged
2025-03-28 18:04:34 +01:00
..
demo/Mesh_2 update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
doc/Mesh_2 Mesh_2: Fixes of write_VTU 2025-03-07 07:37:28 +00:00
examples/Mesh_2 update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
include/CGAL Mesh_2: make lloyd_optimize_mesh_2() deterministic 2025-03-04 16:32:15 +00:00
package_info/Mesh_2 remove dependency 2022-09-07 16:31:49 +02:00
test/Mesh_2 do not use deprecated handle() function 2025-03-24 11:48:32 +01:00
TODO spelling corrections 2022-11-15 15:21:01 +01:00