Skip to content

Using Gudhi to get the free pairs #809

Answered by mglisse
lnajman asked this question in Q&A
Discussion options

You must be logged in to vote

What they say in the paper is that it is easy to check if a simplex is the smaller one of a pair, by checking that it has only one coface.

  1. If you want all the pairs, you still need to go through all the simplices and check this property for each of them, like you are doing (or find some other argument to limit the search). I don't think they claim that it is easy to enumerate the pairs, or I missed a section in the paper.
  2. In the paper, they use an augmented version of the simplex tree with extra pointers to speed up the computation of cofaces (at least when the complex has nice locality properties). In Gudhi, at least for now, we only have a basic version without those extra pointers, so…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by lnajman
Comment options

You must be logged in to vote
2 replies
@mglisse
Comment options

@lnajman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants