#18941: Poset documentation polishing: chains
----------------------------------+----------------------------
       Reporter:  jmantysalo      |        Owner:
           Type:  defect          |       Status:  new
       Priority:  major           |    Milestone:  sage-feature
      Component:  documentation   |   Resolution:
       Keywords:                  |    Merged in:
        Authors:  Jori Mäntysalo  |    Reviewers:
Report Upstream:  N/A             |  Work issues:
         Branch:                  |       Commit:
   Dependencies:                  |     Stopgaps:
----------------------------------+----------------------------

Comment (by jmantysalo):

 Code for `maximal_chains()` seems complicated. Why not just something like

 {{{
 
list(P.hasse_diagram().all_paths_iterator(starting_vertices=P.minimal_elements(),
 ending_vertices=P.maximal_elements()))
 }}}

 Argument `partial` does not seem to used in anywhere, it is just an
 implementation detail exposed to the user. Can it be removed?

--
Ticket URL: <http://trac.sagemath.org/ticket/18941#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to