diff options
Diffstat (limited to 'src/boost/libs/graph/example/family_tree.expected')
-rw-r--r-- | src/boost/libs/graph/example/family_tree.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/boost/libs/graph/example/family_tree.expected b/src/boost/libs/graph/example/family_tree.expected new file mode 100644 index 00000000..b3e6d61a --- /dev/null +++ b/src/boost/libs/graph/example/family_tree.expected @@ -0,0 +1,7 @@ +Jeanie is the parent of Debbie Rick John +Debbie is the parent of Amanda +Rick is the parent of Margaret +John is the parent of Benjamin +Amanda has no children +Margaret has no children +Benjamin has no children |