#8798: Duplicate version of feedback_arc_set and feedback_vertex_set
-------------------------------+--------------------------------------------
   Reporter:  ncohen           |       Owner:  jason, ncohen, rlm
       Type:  defect           |      Status:  needs_review      
   Priority:  major            |   Milestone:  sage-4.4.1        
  Component:  graph theory     |    Keywords:                    
     Author:  Nathann Cohen    |    Upstream:  N/A               
   Reviewer:  Minh Van Nguyen  |      Merged:                    
Work_issues:                   |  
-------------------------------+--------------------------------------------
Changes (by newvalueoldvalue):

  * reviewer:  => Minh Van Nguyen
  * author:  => Nathann Cohen


Old description:

> Here is the problem :
>
> {{{
> ~/sage/sage-doc/sage/graphs$ grep -e "def.*eedback" *
> digraph.py:    def feedback_edge_set(self,value_only=False):
> digraph.py:    def feedback_vertex_set(self,value_only=False):
> generic_graph.py:    def feedback_edge_set(self,value_only=False):
> generic_graph.py:    def feedback_vertex_set(self,value_only=False):
> ~/sage/sage-doc/sage/graphs$
> }}}

New description:

 Here is the problem :

 {{{
 ~/sage/sage-doc/sage/graphs$ grep -e "def.*eedback" *
 digraph.py:    def feedback_edge_set(self,value_only=False):
 digraph.py:    def feedback_vertex_set(self,value_only=False):
 generic_graph.py:    def feedback_edge_set(self,value_only=False):
 generic_graph.py:    def feedback_vertex_set(self,value_only=False):
 ~/sage/sage-doc/sage/graphs$
 }}}

 '''Prerequisite:''' #8786

 Apply:

  *
 
[http://trac.sagemath.org/sage_trac/attachment/ticket/8798/trac_8798-rebased.patch
 trac_8798-rebased.patch]

--

Comment:

 The patch
 [http://trac.sagemath.org/sage_trac/attachment/ticket/8798/trac_8798.patch
 trac_8798.patch] is OK by me. However, it would likely conflict with
 #8786. So
 
[http://trac.sagemath.org/sage_trac/attachment/ticket/8798/trac_8798-rebased.patch
 trac_8798-rebased.patch] is a rebase of
 [http://trac.sagemath.org/sage_trac/attachment/ticket/8798/trac_8798.patch
 trac_8798.patch] on top of #8786. Someone other than myself needs to check
 the rebased patch. If it's OK, then the whole ticket is good to go.

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