GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
254 stars 65 forks source link

Fix fast cofaces for insert_batch_vertices #971

Closed VincentRouvreau closed 1 year ago

VincentRouvreau commented 1 year ago

Fix #970 To be discussed if storing information in a std::vector<Vertex_handle> is a good idea or not.