I have polished some documentation (for example http://trac.sagemath.org/ticket/18941 ). In that I noticed

P = Posets.BooleanLattice(2)
P.maximal_chains(partial=[1, 2])

outputting [[1, 2, 3]] which is not a chain at all. It seems that whole function has been made for order_complex() but not made internal sub-function.

In any case the concept of partial maximal chain sounds odd. Is it OK to remove the partial-argument without deprecation?

--
Jori Mäntysalo

Reply via email to