Mael

Results 113 comments of Mael

> > Currently, the sanity of the result of a filtered construction is not checked, to the point that you can even have NaNs sneaking through. > > Where do...

You must also update the rest of your vertex class to use `Point_2` and not `Point` anymore. Some explanations: The vertex base of a Regular_triangulation_2 must define a "Point" type...

Note that Suiteparse is used in the parameterization package, maybe that can be of help with the CMakeLists and the includes: https://github.com/CGAL/cgal/blob/master/Surface_mesh_parameterization/examples/Surface_mesh_parameterization/CMakeLists.txt

Hi @bforsbe Can we do something more to help you with your project? Note that the suitesparse mention triggered some cleaning in CGAL itself which might be relevant if you...

https://github.com/MaelRL/cgal/commit/88ee987eeda18b0c62a164900320c5d197aceba0 is a proof of concept of what I meant. I only modified `Orientation_3`. Running 'Kernel_23/test/Kernel_23/Cartesian' gives: ``` typeid k: N4CGAL5EpickE static call in orientation_3 Calling base of static... Calling...

PR #4495 would also benefit from the same mechanism of `Static_filters` not automatically wrapping with `Filtered_kernel_base`. It uses a special type of filtering and cannot use `CGAL::Filtered_predicate`. For now, we...

The implementation is wrong. If I have time, I will enhance internal::Static_filters like I said above (I did part of it in the Filtered rational kernel), and it can be...