summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/graph/example/bellman_ford.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/graph/example/bellman_ford.expected')
-rw-r--r--src/boost/libs/graph/example/bellman_ford.expected5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/bellman_ford.expected b/src/boost/libs/graph/example/bellman_ford.expected
new file mode 100644
index 00000000..7d388575
--- /dev/null
+++ b/src/boost/libs/graph/example/bellman_ford.expected
@@ -0,0 +1,5 @@
+u: 2 v
+v: 4 x
+x: 7 z
+y: -2 u
+z: 0 z