Pseudomanifold / Aleph

A library for exploring persistent homology
https://pseudomanifold.github.io/Aleph/
MIT License
101 stars 17 forks source link

Check correctness of face insertion for simplicial complexes #12

Closed Pseudomanifold closed 7 years ago

Pseudomanifold commented 7 years ago

The simplicial complex class automatically inserts faces of the simplices in order to retain validity. Maybe this is not the smartest move because one might want to check in a partial list of simplices without creating their faces.

Need to check at which points this may cause a problem.