summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/graph/example/topo_sort.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/graph/example/topo_sort.expected')
-rw-r--r--src/boost/libs/graph/example/topo_sort.expected1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/topo_sort.expected b/src/boost/libs/graph/example/topo_sort.expected
new file mode 100644
index 000000000..ab0d6ec06
--- /dev/null
+++ b/src/boost/libs/graph/example/topo_sort.expected
@@ -0,0 +1 @@
+A topological ordering: 2 5 0 1 4 3