index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
simple_paths.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-8
/
+8
|
|
/
*
|
Spelling error Examples
Aric Hagberg
2015-06-13
1
-2
/
+2
|
/
*
Improve documentation and add more tests.
Jordi Torrents
2015-04-17
1
-10
/
+34
*
Improve shortest_simple_paths implementation and add more tests.
Jordi Torrents
2015-04-17
1
-16
/
+41
*
Add shortest_simple_paths function.
Jordi Torrents
2015-04-17
1
-2
/
+473
*
bugfix per issue 797
Seth Bromberger
2012-12-18
1
-1
/
+1
*
Add better examples and docs for all_simple_paths.
Aric Hagberg
2012-06-18
1
-10
/
+12
*
fix failing doctest in all_simple_paths()
Aric Hagberg
2012-06-12
1
-1
/
+2
*
Cutoff condition needed in sipmle_paths to avoid spurious corner case.
Aric Hagberg
2012-06-01
1
-0
/
+4
*
Add example in simple_paths. Check for missing source and target.
Aric Hagberg
2012-06-01
1
-8
/
+17
*
Remove cutoff condition check. Update docs.
Aric Hagberg
2012-06-01
1
-5
/
+3
*
Optimized all_simple_paths. Return empty list if cutoff is < 1.
Aric Hagberg
2012-06-01
1
-9
/
+44
*
Rework of algorithm to handle multigraphs with cutoff.
Aric Hagberg
2012-05-06
1
-11
/
+6
*
Tune for graphs v multigraphs since G[n] is much faster if we can use it (for...
Aric Hagberg
2012-04-28
1
-2
/
+8
*
Fix some docstring errors.
Aric Hagberg
2012-04-07
1
-1
/
+1
*
Add all_simple_paths() function.
Aric Hagberg
2012-04-07
1
-0
/
+74
[prev]