Skip to content
Snippets Groups Projects
  1. Dec 13, 2010
    • Ant01n3's avatar
      BaseGenerator did not cleaned kept data correctly. · 206f0cd7
      Ant01n3 authored
      BaseGenerator adds the hability to backup some data on which nodes
      and edges are created. However when creating a second graph with the
      same generator, this data must be cleaned up. This has been added
      in a default "end()" method. Each generator has been modified to
      call this super.end() method.
      206f0cd7
  2. Nov 11, 2010
  3. Oct 26, 2010
    • Ant01n3's avatar
      Still more bug fixes in BetweennessCentrality. · 7b0025e7
      Ant01n3 authored
      The algorithm is now largely tested in weighted and unweighted
      graphs and should work on non-multi-graphs. It works on directed
      graphs, but ignore the direction.
      
      Added the possibility to register a progress "callback" since
      the algorithm can take a lot of time to compute.
      7b0025e7
  4. Oct 18, 2010
  5. Oct 11, 2010
  6. Oct 10, 2010
  7. Oct 08, 2010
  8. Oct 07, 2010
  9. Oct 05, 2010
  10. Oct 04, 2010
  11. Oct 03, 2010