#17147: Overriding checks to generate poset and lattice faster
-----------------------------+---------------------------------
   Reporter:  jmantysalo     |            Owner:
       Type:  enhancement    |           Status:  new
   Priority:  major          |        Milestone:  sage-wishlist
  Component:  combinatorics  |         Keywords:
  Merged in:                 |          Authors:
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+---------------------------------
 Now for example `Posets.ChainPoset(500)` takes about 10 second. It does
 something like 1) make a list, 2) make a poset from list, checking that
 list really is acyclic as when read as digraph edges and 3) make a lattice
 from poset, checking that poset really is lattice. Phase 3 is done by
 really generating meet- and join-matrix.

 Poset and lattice creating functions need an option that says "do not
 check, trust blindly".

--
Ticket URL: <http://trac.sagemath.org/ticket/17147>
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