xgi
xgi copied to clipboard
Implement method for faces, cofaces, links in SCs
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.
>>> SC.simplices([0, 1, 2]).link()
EdgeView(<collection of simplices that form the link of [0,1,2]>)
Same for the other ones.