- May 15, 2011
-
-
Yoann Pigné authored
Updated Welsh-Powell from outdated API (assuming color attributes can change the display). Added documentation
-
-
Yoann Pigné authored
-
Ant01n3 authored
Use the BarabasiAlbertGenerator instead.
-
- May 14, 2011
- May 13, 2011
- May 12, 2011
- May 07, 2011
-
-
Yoann Pigné authored
-
Yoann Pigné authored
-
- May 06, 2011
-
-
Yoann Pigné authored
-
-
Yoann Pigné authored
-
test authored
Fixed raw connected component count.
-
Guillaume-Jean Herbiet authored
In ConnectedComponents, the number of components is available either via a counter (connectedComponents), or by using the size of the connectedComponentSize map. The former allow easy access to the number of components (raw count), the second to filter the result based on component size restriction at a cost of a more complex operation. The count update could, in some cases, create empty connected components. Those were counted and lead to erroneous results where the raw count of connected components was used. Empty connected components are now filtered out during the raw and size-based count.
-