#18562: LatticePoset: add random_maximal_sublattice()
-------------------------------------+-------------------------------------
       Reporter:  jmantysalo         |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  combinatorics      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jori Mäntysalo     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jmantysalo/latticeposet__add_random_maximal_sublattice__|  
8cec35752ad348fc146a59c1701a87b25a37b588
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by jmantysalo):

 * status:  needs_work => needs_review


Comment:

 Ready for review.

 This is not perfect. For a bad example take

 {{{
 M3sub=LatticePoset({'a': [1,2,3], 1:['v', 4], 2:[4,'k'], 3:['o',4], 4:[5],
 5:[6,13], 6:[7,11], 7:[8,14], 8:[9,12], 9:[10,15], 10:['y'], 'v':[11],
 11:[12], 12:['y'], 'o':[13], 13:[14], 14:[15], 15:['y'], 'k':[10]})
 }}}

 that has 5-element sublattice that is very rarely returned from this
 function.

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