#13862: Split graph_generators into several files
---------------------------------+------------------------------------------
       Reporter:  ncohen         |         Owner:  jason, ncohen, rlm
           Type:  enhancement    |        Status:  new               
       Priority:  major          |     Milestone:  sage-5.6          
      Component:  graph theory   |    Resolution:                    
       Keywords:                 |   Work issues:                    
Report Upstream:  N/A            |     Reviewers:                    
        Authors:  Nathann Cohen  |     Merged in:                    
   Dependencies:                 |      Stopgaps:                    
---------------------------------+------------------------------------------

Comment (by ncohen):

 What this additional ([attachment:trac_13862-cleaning_and_moving.patch])
 patch does :
 * Moves `_circle_embedding` and `_line_embedding` to `graph_plot.py`.
 These methods are now imported at the beginning of generators/* modules
 that need need.
 * Removes LCFGraph from the list of basc graphs (this methods creates a
 family of graphs). It was already in the list of "families" graphs.
 * Moves the Harary Graph to the "families" file. Same thing here : there
 are many Harary graphs.
 * Moves `DorogovtsevGoltsevMendesGraph` to `families.py`. Not worth
 creating an independent "pseudofractal" module at the moment.
 * Moves `IntervalGraph` to families. This one was not liste among the
 "families", which is why it was still in `graph_generators.py` after the
 first patch.
 * Adds the Nauru Graph to the list of small graphs.

 Some work on the doc is still needed.

 Nathann

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