#18260: DiGraph.centrality_betweeenness
----------------------------+---------------------------------
   Reporter:  ncohen        |            Owner:
       Type:  enhancement   |           Status:  new
   Priority:  major         |        Milestone:  sage-6.7
  Component:  graph theory  |         Keywords:
  Merged in:                |          Authors:  Nathann Cohen
  Reviewers:                |  Report Upstream:  N/A
Work issues:                |           Branch:
     Commit:                |     Dependencies:
   Stopgaps:                |
----------------------------+---------------------------------
 Right now centrality_betweenness is only available for graphs even though
 both implementations also support digraphs.

 This branch moves it where it belongs, fixes a small bug and adds a test.

 The temporary digraph is initialized to be the *reverse* of the first, as
 it is meant to associate to each vertex a list of its predecessors. Thus,
 each vertex v must be able to store "indegree(v)" possible vertices.

--
Ticket URL: <http://trac.sagemath.org/ticket/18260>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to