- Jan 18, 2011
-
-
gsavin authored
-
- Dec 13, 2010
-
-
-
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.
-
- Nov 30, 2010
-
-
gsavin authored
-
- Nov 25, 2010
-
-
Yoann Pigné authored
-
Yoann Pigné authored
-
- Nov 11, 2010
-
-
Ant01n3 authored
-
- Oct 26, 2010
-
-
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.
-
- Oct 18, 2010
-
-
Ant01n3 authored
-
- Oct 11, 2010
-
-
Ant01n3 authored
-
- Oct 10, 2010
-
-
Ant01n3 authored
Also removed the extraneous @override in Community.
-
- Oct 08, 2010
-
-
gsavin authored
-
-
Ant01n3 authored
-
gsavin authored
-
gsavin authored
-
Yoann Pigné authored
-
Yoann Pigné authored
Merge branch 'feature/community-measures' of http://github.com/gjherbiet/gs-algo into gjherbiet-feature/community-measures
-
- Oct 07, 2010
-
-
Guillaume-Jean Herbiet authored
-
Guillaume-Jean Herbiet authored
-
Guillaume-Jean Herbiet authored
-
- Oct 05, 2010
-
-
Yoann Pigné authored
-
Yoann Pigné authored
-
Yoann Pigné authored
-
http://github.com/gjherbiet/gs-algoYoann Pigné authored
Merge branch 'feature/community' of http://github.com/gjherbiet/gs-algo into gjherbiet-feature/community
-
Guillaume-Jean Herbiet authored
Community algorithms don't manage GUI display properties any more, only place nodes on a specific class, related to their current assignment.
-
Guillaume-Jean Herbiet authored
Decentralized community algorithm now use same attribute name uniqueness method as other algorithm (e.g. Dijkstra).
-
Guillaume-Jean Herbiet authored
DecentralizedCommunityAlgorithm now accepts a Random object instead of a seed for controlled random number generation.
-
Guillaume-Jean Herbiet authored
-
Guillaume-Jean Herbiet authored
-
- Oct 04, 2010
-
-
http://github.com/gjherbiet/gs-algoYoann Pigné authored
Merge branch 'feature/community' of http://github.com/gjherbiet/gs-algo into gjherbiet-feature/community
-
Yoann Pigné authored
Merge branch 'feature/community-measures' of http://github.com/gjherbiet/gs-algo into gjherbiet-feature/community-measures
-
-
Yoann Pigné authored
-
-
Ant01n3 authored
-
Guillaume-Jean Herbiet authored
* master: a0dffa4e
-
Guillaume-Jean Herbiet authored
-
Guillaume-Jean Herbiet authored
-
Guillaume-Jean Herbiet authored
-