#18239: Constructing Cayley graphs is slow
-------------------------+-------------------------------------------------
       Reporter:  azi    |        Owner:
           Type:         |       Status:  needs_review
  defect                 |    Milestone:  sage-6.7
       Priority:  major  |   Resolution:
      Component:  group  |    Merged in:
  theory                 |    Reviewers:
       Keywords:         |  Work issues:
        Authors:         |       Commit:
  Vincent Delecroix      |  763ca62c664f5f6c35d821f2fc908c479feafcdc
Report Upstream:  N/A    |     Stopgaps:
         Branch:         |
  public/18239           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by vdelecroix):

 Replying to [comment:33 ncohen]:
 > This is your code:
 > {{{
 > mult += <long> (i + self.n)
 > }}}
 >
 > This is from Python's latest release
 > {{{
 > mult += (long)(82520L + len + len);
 > }}}

 Right, this is not exactly the same as the Python implementation. Do you
 want me that it coincides with tuples as it was the case before? Note that
 in Python implementation len goes from n-1 to 0. Would it be better with
 some salt like
 {{{
 mult += <long>(82520L + i + self.n)
 }}}

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