xgi icon indicating copy to clipboard operation
xgi copied to clipboard

Implement method for faces, cofaces, links in SCs

Open leotrs opened this issue 2 years ago • 2 comments

leotrs avatar Sep 27 '22 06:09 leotrs

If I'm not wrong, we have a function that computes faces. What do you mean by "method for links"? I don't think we have cofaces.

maximelucas avatar Mar 27 '23 14:03 maximelucas

>>> SC.simplices([0, 1, 2]).link()
EdgeView(<collection of simplices that form the link of [0,1,2]>)

Same for the other ones.

leotrs avatar Mar 27 '23 14:03 leotrs