summaryrefslogtreecommitdiff
path: root/networkx/utils/rcm.py
Commit message (Expand)AuthorAgeFilesLines
* Simplifies example function in documentation.Jeffrey Finkelstein2015-05-191-4/+2
* Avoid quadratic behavior in connected_cuthill_mckee_orderingysitu2014-08-041-18/+11
* Fix Cuthill-McKee ordering examplesysitu2014-08-041-2/+2
* Fix PEP8 issues in nx.utils.rcmysitu2014-08-041-4/+8
* Use generator and min for performanceAric Hagberg2014-04-201-2/+2
* Change interface to RCMAric Hagberg2014-04-201-34/+51
* Doc, whitespace cleanupAric Hagberg2014-04-201-2/+2
* Don't copy subgraphs in cuthill_mckee_ordering().Aric Hagberg2013-03-161-2/+2
* skip doctest that uses numpyAric Hagberg2011-09-251-2/+2
* Remove bad -- character.Aric Hagberg2011-09-241-2/+2
* Update cuthill-mckee ordering with docs and example.Aric Hagberg2011-09-241-31/+98
* Move reverse Cuthill-McKee algorithm to utils.Aric Hagberg2011-09-211-0/+83