summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove subgraph attributes tests, now they are in a separate file.Jordi Torrents2015-05-104-123/+39
* Modernize biconnected tests, and remove subgraph attributes tests.Jordi Torrents2015-05-101-153/+111
* Move subgraph attribute copies tests to a separate file.Jordi Torrents2015-05-101-0/+84
* Add tests for subgraphs without copy for [bi]components.Jordi Torrents2015-05-072-43/+78
* Update attracting_components docs and improve tests.Jordi Torrents2015-05-071-25/+42
* Make strongly CC return a generator of sets, and improve docs and tests.Jordi Torrents2015-05-072-85/+109
* Refactor and improve documentation for weakly connected components.Jordi Torrents2015-05-071-53/+59
* Add node attribute with the list of original nodes in the SCC.Jordi Torrents2014-05-101-1/+3
* Add mapping dict as graph attribute in condensation.Jordi Torrents2014-05-051-0/+8
* Add recognition algorithm for semiconnected graphsysitu2014-04-251-0/+53
* Merge pull request #973 from hagberg/connected-generatorsAric Hagberg2013-11-121-7/+7
|\
| * Connected component subgraphs copyAric Hagberg2013-10-071-7/+7
* | Whitespace and formatting cleanupAric Hagberg2013-11-124-11/+11
* | change the other code in networkx/algorithms/components to return generators ...francis.chan2013-11-124-26/+41
|/
* Fix import error and typos in scc testsAric Hagberg2013-06-031-2/+3
* Strongly Connected Components only on directed graphsBenjamin Edwards2013-01-311-1/+9
* Remove condensation_multigraph to replace with "graph coarsening" functions.Aric Hagberg2011-12-261-59/+0
* Update for python3.Aric Hagberg2011-12-021-2/+4
* Seperated into condensation and condensation_multigraph functionsBen Edwards2011-12-011-5/+53
* Updated CondensationBen Edwards2011-11-291-15/+18
* Update condensation to use integer labels.Aric Hagberg2011-10-103-20/+42
* Be explicit about attr_dict in edge_subgraph and more testsDan Schult2011-10-081-0/+6
* Fix typo in edge_subgraphDan Schult2011-10-085-10/+62
* Add biconnected articulation points and biconnected components functions. Ad...Aric Hagberg2011-08-011-0/+176
* Remove component class code until we settle on design and location.Aric Hagberg2010-11-111-101/+0
* Adding class for incrementally tracking connected components.Chris Ellison2010-11-041-0/+98
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-1/+1
* Add tests for connected, weakly_connected, strongly_connected.aric2010-04-175-219/+242
* Split connectivity algorithms into multiple filesaric2010-04-162-0/+274