#19031: New Algorithm for Top-K Closeness Centralities
-------------------------------------+-------------------------------------
       Reporter:  borassi            |        Owner:
           Type:  enhancement        |       Status:  positive_review
       Priority:  major              |    Milestone:  sage-6.9
      Component:  graph theory       |   Resolution:
       Keywords:  Closeness          |    Merged in:
  Centrality, top-k                  |    Reviewers:  David Coudert
        Authors:  Michele Borassi    |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  ced875f0b1fba123a0921d5937f894cc8fe41b1e
  u/borassi/new_algorithm_for_top_k_closeness_centralities|     Stopgaps:
   Dependencies:  #19007,#19014      |
-------------------------------------+-------------------------------------
Changes (by dcoudert):

 * status:  needs_review => positive_review
 * reviewer:   => David Coudert


Comment:

 Is not such a big deal to do
 {{{
 sage: from sage.graphs.centrality import centrality_closeness_top_k
 sage: centrality_closeness_top_k(graphs.PetersenGraph(), 3)
 [(0.6, 2), (0.6, 1), (0.6, 0)]
 }}}
 and it's documented. Other methods such as hyperbolicity, pathwidth, etc.
 must be imported for similar reasons. As soon as we will find a reasonable
 solution for lazy import, we may add it in another ticket.

 I set this patch to positive review.

 David.

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