summaryrefslogtreecommitdiff
path: root/libs/graph/doc/table_of_contents.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/graph/doc/table_of_contents.html')
-rw-r--r--libs/graph/doc/table_of_contents.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/graph/doc/table_of_contents.html b/libs/graph/doc/table_of_contents.html
index 6032e9ccf6..90f2b75465 100644
--- a/libs/graph/doc/table_of_contents.html
+++ b/libs/graph/doc/table_of_contents.html
@@ -101,6 +101,10 @@
<LI>Graph classes
<OL>
<LI><A href="./adjacency_list.html"><tt>adjacency_list</tt></a></li>
+ <OL>
+ <LI><A href="./directed_graph.html"><tt>directed_graph</tt></a></li>
+ <LI><A href="./undirected_graph.html"><tt>undirected_graph</tt></a></li>
+ </OL>
<LI><A href="./adjacency_matrix.html"><tt>adjacency_matrix</tt></a></li>
<li><a href="compressed_sparse_row.html"><tt>compressed_sparse_row_graph</tt></a></li>
</OL></li>
@@ -182,6 +186,11 @@
<LI><A
href="./random_spanning_tree.html"><tt>random_spanning_tree</tt></A>
</OL>
+ <LI>Algorithm for Common Spanning Trees of Two Graphs
+ <OL>
+ <LI><A
+ href="./two_graphs_common_spanning_trees.html"><tt>two_graphs_common_spanning_trees</tt></A>
+ </OL>
<LI>Connected Components Algorithms
<OL>
<LI><A href="./connected_components.html"><tt>connected_components</tt></A>