#19161: LatticePoset: faster is_complemented()
-------------------------------------+-------------------------------------
       Reporter:  jmantysalo         |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  combinatorics      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Nathann Cohen,     |    Reviewers:
  Jori Mäntysalo                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  ec6f18a7290517028a45f216f4b6ae90a3157f7c
  u/jmantysalo/faster_is_complemented|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by nadialafreniere):

 Most of the things look fine. One last thing: I know you didn't touch to
 this, but the examples should also respect the python conventions.
 Therefore, I'm hoping to see a space after each of the commas.

 {{{
 sage: L = LatticePoset({0:[1,2,3],1:[4],2:[4],3:[4]})
 }}}
 {{{
 sage: L = LatticePoset({0:[1,2],1:[3],2:[3],3:[4]})
 }}}

 should look like
 {{{
 sage: L = LatticePoset({0:[1, 2, 3], 1:[4], 2:[4], 3:[4]})
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/19161#comment:16>
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