#8458: iterator for graphs() doesn't return independent graphs
----------------------------+-----------------------------------------------
   Reporter:  mvngu         |          Owner:  rlm       
       Type:  defect        |         Status:  needs_info
   Priority:  major         |      Milestone:  sage-5.0  
  Component:  graph theory  |       Keywords:            
Work_issues:                |       Upstream:  N/A       
   Reviewer:                |         Author:            
     Merged:                |   Dependencies:            
----------------------------+-----------------------------------------------

Comment(by ncohen):

 Arg.... It's all written on one line. Stupid me. Here it is :
 {{{
 - ``copy_graphs`` (boolean) -- If set to ``True`` (default)
    this method makes copies of the graphs before returning
    them. If set to ``False`` the method returns the graph it
    is working on. The second alternative is faster, but modifying
    any of the graph instances returned by the method may break
    the function's behaviour, as it is using these graphs to
    compute the next ones : only use ``copy_graph = False`` when
    you stick to *reading* the graphs returned.
 }}}

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