summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_euler.py
Commit message (Expand)AuthorAgeFilesLines
* added tests to euler.py (#6608)Alimi Qudirah2023-05-031-0/+12
* Fix defect in eulerize, replace reciprocal edge weights (#6145)Radoslav Fulek2022-11-081-0/+20
* Disallow isolated nodes for Eulerian Path (#5616)Dilara Tekinoglu2022-05-121-3/+2
* Update tests and docs for has_eulerian_path (#4344)cpurmessur2020-11-131-10/+4
* Eulerian path fix (#4317)cpurmessur2020-11-121-0/+75
* Fix bug in has_eulerian_path for directed graphs (#4246)cpurmessur2020-10-151-0/+16
* Format w/ blackJarrod Millman2020-07-101-1/+3
* Enable tests (#3678)Jarrod Millman2019-10-211-8/+7
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-121-12/+12
* Remove unused importsJarrod Millman2019-10-121-7/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-51/+52
* Implemented Euler Path functions (#3399)Jacob2019-10-011-26/+72
* [WIP] Added function to eulerize simple graphs to algorithms.euler (#3076)mtrenfield2018-07-231-0/+36
* Comply with pep8Jarrod Millman2017-08-171-41/+42
* Adds multigraph keys to Eulerian circuitsJeffrey Finkelstein2017-02-051-16/+32
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-3/+3
* documentation updatedswatmad2013-12-131-0/+13
* fast euler cycle algorithm implementedswatmad2013-12-131-6/+6
* Add more tests for euler_cycle corner cases.Aric Hagberg2011-12-071-1/+21
* Add eulerian graph and circuit functions.aric2010-07-221-0/+64