cgal/Mesh_3
Sebastien Loriot eb659137e6
Mesh_3 - `edge_min_size` may cause hanging (#7863)
## Summary of Changes

When the criterion `edge_min_size` is set, the graph of features is
likely to be invalid or at least inconsistent with the input graph.
Checking its topology does not make any sense and could lead to hanging
when trying to compute polyline feature lengths (because it's trying to
walk on different curves, jumping from one to the other, etc).

This PR disables the check-features-after-protect step when
`edge_min_size` is used, since we anyway do not expect the feature graph
to be exactly matching the one of the input.

## Release Management

* Affected package(s): Mesh_3
* License and copyright ownership: unchanged
2023-12-22 17:15:37 +01:00
..
benchmark/Mesh_3 Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2022-12-05 16:03:41 +01:00
doc/Mesh_3 Fix plurals in a number of manuals 2023-06-20 13:29:44 +01:00
examples/Mesh_3 Merge remote-tracking branch 'cgal/master' into Mesh_3-min_size-jtournois 2023-05-05 09:17:33 +02:00
include/CGAL when curves topology is valid, use curve_segment_length 2023-12-15 15:52:02 +01:00
package_info/Mesh_3 reorder dependencies 2022-06-08 22:57:25 +02:00
test/Mesh_3 Add a test 2023-12-05 22:34:00 +01:00
TODO