#9350: Python max flow method
----------------------------+-----------------------------------------------
   Reporter:  ncohen        |       Owner:  jason, mvngu, ncohen, rlm
       Type:  enhancement   |      Status:  needs_info               
   Priority:  major         |   Milestone:  sage-4.5.2               
  Component:  graph theory  |    Keywords:                           
     Author:                |    Upstream:  N/A                      
   Reviewer:                |      Merged:                           
Work_issues:                |  
----------------------------+-----------------------------------------------
Changes (by wdj):

  * status:  needs_review => needs_info


Comment:

 This applies okay to 4.5.2.a1 and seems to pass all tests, except for some
 unrelated failures. However, there are no examples in edge_cut with
 vertices=True, eg

 {{{
 sage: g = graphs.PetersenGraph()
 sage: g.edge_cut(0, 3, method="FF", vertices=True)
 [3, [(0, 1, None), (0, 4, None), (0, 5, None)], [[0], [1, 2, 3, 4, 5, 6,
 7, 8, 9]]]
 }}}
 Why is this?

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