Hi Anne, > I pushed the first framework of the code (some methods are still missing), > but I get some doc-test failures regarding categories which I am not sure how > to fix. > I think the problem is that the elements LinearExtensionsOfPoset are not in > its parent, > but I am not sure how to fix this.
You have to implement a __contains__ method in LinearExtensionsOfPoset, which is used to answer the question x in LinearExtensionsOfPoset(...) Cheers, Florent -- You received this message because you are subscribed to the Google Groups "sage-combinat-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sage-combinat-devel?hl=en.
