#12362: Improvement of GNP generators for graphs and digraphs
-----------------------------------------------+----------------------------
       Reporter:  dcoudert                     |         Owner:  jason, ncohen, 
rlm
           Type:  enhancement                  |        Status:  closed         
   
       Priority:  minor                        |     Milestone:  sage-5.0       
   
      Component:  graph theory                 |    Resolution:  fixed          
   
       Keywords:  directed graphs, generators  |   Work issues:                 
   
Report Upstream:  N/A                          |     Reviewers:  Nathann Cohen  
   
        Authors:  David Coudert                |     Merged in:  sage-5.0.beta9 
   
   Dependencies:                               |      Stopgaps:                 
   
-----------------------------------------------+----------------------------

Comment (by ncohen):

 GOT IT !!!!

 The flag "fast" used to be "True", it is now "False". We set it to False
 because our "fast" algorithm is slower than the usual one, so for the Sage
 algorithm it is better to set it to False.
 For networkx, however, it is much better to use the "Fast" version, and so
 the default value has to be set to "True" again, as the default method is
 networkx !

 Nathann

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12362#comment:43>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to