#14631: Affine Polar Graphs
-------------------------------------------------+--------------------------
       Reporter:  ncohen                         |         Owner:  jason, 
ncohen, rlm
           Type:  enhancement                    |        Status:  needs_review 
     
       Priority:  major                          |     Milestone:  sage-5.10    
     
      Component:  graph theory                   |    Resolution:               
     
       Keywords:                                 |   Work issues:               
     
Report Upstream:  N/A                            |     Reviewers:               
     
        Authors:  Nathann Cohen, Dima Pasechnik  |     Merged in:               
     
   Dependencies:  #14589                         |      Stopgaps:               
     
-------------------------------------------------+--------------------------
Description changed by ncohen:

Old description:

> Thank youuuuuuUUUUUUUUUuuuuuu Brouwer !!! `:-P`
>
> Nathann
>
> P.S. : This patch "does not really" depend on #14589, but here is what
> happens when calling "is_strongly_regular" on a big graph. With the patch
> :
> {{{
> sage: g
> Affine Polar Graph VO^+(10,2): Graph on 1024 vertices
> sage: %time g.is_strongly_regular(parameters = True)
> CPU times: user 3.30 s, sys: 0.00 s, total: 3.30 s
> Wall time: 3.31 s
> (1024, 527, 270, 272)
> }}}
>
> Without the patch
> {{{
> sage: %time g.is_strongly_regular(parameters = True)
> <still waiting>
> }}}
>
> Annnnnd the doctests that this patch adds are a bit faster as a result
> `:-P`

New description:

 Thank youuuuuuUUUUUUUUUuuuuuu Brouwer !!! `:-P`

 Nathann

 P.S. : This patch "does not really" depend on #14589, but here is what
 happens when calling "is_strongly_regular" on a big graph. With the patch
 :
 {{{
 sage: g
 Affine Polar Graph VO^+(10,2): Graph on 1024 vertices
 sage: %time g.is_strongly_regular(parameters = True)
 CPU times: user 3.30 s, sys: 0.00 s, total: 3.30 s
 Wall time: 3.31 s
 (1024, 527, 270, 272)
 }}}

 Without the patch
 {{{
 sage: %time g.is_strongly_regular(parameters = True)
 CPU times: user 316.33 s, sys: 0.08 s, total: 316.41 s
 Wall time: 317.20 s
 (1024, 527, 270, 272)
 }}}

 Annnnnd the doctests that this patch adds are a bit faster as a result
 `:-P`

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14631#comment:3>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to