diff options
Diffstat (limited to '')
-rw-r--r-- | src/boost/libs/graph/example/johnson.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/johnson.expected b/src/boost/libs/graph/example/johnson.expected new file mode 100644 index 00000000..55084c12 --- /dev/null +++ b/src/boost/libs/graph/example/johnson.expected @@ -0,0 +1,7 @@ + 0 1 2 3 4 5 +0 -> 0 0 -1 -5 0 -4 +1 -> inf 0 1 -3 2 -4 +2 -> inf 3 0 -4 1 -1 +3 -> inf 7 4 0 5 3 +4 -> inf 2 -1 -5 0 -2 +5 -> inf 8 5 1 6 0 |