Skip to content

Commit 22cb219

Browse files
adfeel220gdalle
andauthored
Shortest path implementation (#17)
* Implement the shortest path * Add test script for shortest path * Fix naming issue * Update formatting * Solve v1.6 compatability * Update documentation * Improve test coverage * Fix document rendering * Remove dependency on `DiGraph` * Change test from random to known graph * Update documentation * Base shortest path on flow --------- Co-authored-by: Guillaume Dalle <[email protected]>
1 parent ccaf5ad commit 22cb219

9 files changed

+890
-11
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
*.jl.mem
44
/Manifest.toml
55
/docs/build/
6-
/docs/Manifest.toml
6+
# /docs/Manifest.toml
77
/docs/src/index.md
88
.vscode/

0 commit comments

Comments
 (0)