Vincent Rouvreau

Results 100 comments of Vincent Rouvreau

IMHO the copyright is correct.

> > IMHO the copyright is correct. > > Great ! Though, shouldn't it be 2021, now that I read it? Yes !

Thanks and you are right ! I tested my fix with CGAL versions 4.13, 4.14, 4.14.1, 5.0, 5.0.1, 5.1, 5.1.1, 5.2, 5.2.1, 5.3, 5.3.1, 5.4, 5.4.1 and 5.5, but I...

After investigation, it seems to be more a CGAL issue, cf. https://github.com/CGAL/cgal/issues/6799

Scipy 1.6+ is quite recent (december 2020), but ok if we go for it. We will have to document it in the [Scipy installation procedure](https://gudhi.inria.fr/python/latest/installation.html#scipy) and modify the [test requirements](https://github.com/GUDHI/gudhi-deploy/blob/main/test-requirements.txt)

If I understand well, you want the triangulation of the manifold. It has been shown by Boissonnat and Arijit that the tangential complex (which is a simplicial complex but is...

> I've tried fix_inconsistencies_using_perturbation. Sometimes it can fix all the inconsistencies sometimes not. When there is no inconsistency, the complex is a triangulation. If it can't fix the inconsistencies, it...

Does the effort worth it ? If I understood well, dD alpha complex with CGAL >= 5.2 and Eigen >= 3.3.5 will be faster than alpha complex specific 3d version....

> The functionality seems to work, but there are at least 2 points I haven't settled on: > > * instead of an instance method that requires an empty SimplexTree,...