#20445: Iteration through finite Coxeter groups
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  stumpc5                |       Status:  new
           Type:         |    Milestone:  sage-7.2
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  combinatorics          |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  88ec6a0d7a77fe89034218fb05a328de8fbfaa37
Report Upstream:  N/A    |     Stopgaps:
         Branch:         |
  u/stumpc5/20445        |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by stumpc5):

 I just redid the computations and it seems to be about twice as fast as in
 gap3:
 {{{
 sage: W = ReflectionGroup(['E',7])
 sage: from sage.combinat.root_system.reflection_group_c import
 parabolic_iteration
 sage: timeit("for w in parabolic_iteration(W): pass",number=5)
 5 loops, best of 3: 1.56 s per loop
 sage: timeit("for w in parabolic_iteration(W): pass",number=5)
 5 loops, best of 3: 1.43 s per loop
 sage: W = ReflectionGroup(['E',8])
 sage: %time for w in parabolic_iteration(W): pass

 CPU times: user 9min 12s, sys: 3.81 s, total: 9min 16s
 Wall time: 9min 16s
 }}}
 So we are slowly approaching the 5min...

--
Ticket URL: <http://trac.sagemath.org/ticket/20445#comment:14>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to