目次
- BGLへの序章
- 歴史
- 刊行物
- 謝辞
- クイック・ツアー
- 基本的なグラフ理論の復習
- チュートリアル
- Property Maps
- The
adjacency_list
class
- 例題
- ファイル依存関係の例
- Kevin Bacon の6次数
- Graph Coloring
- Sparse Matrix Ordering
- BGL 拡張
- BGLでグラフアルゴリズムを構築する
- Converting Existing Graphs to BGL
- Boost Graph インタフェイス
- Graph
- Incidence Graph
- Bidirectional Graph
- Adjacency Graph
- Vertex List Graph
- Edge List Graph
- Vertex and Edge List Graph
- Mutable Graph
- Property Graph
- Mutable Property Graph
- The Property Map Library (専門的にはグラフ・ライブラリの部分ではないが、ここで使用される頻度が高い)
- ビジタ・コンセプト
- EventVisitorList アダプタ
- イベント・ビジタ
predecessor_recorder
distance_recorder
time_stamper
property_writer
- グラフ・クラス
- グラフ・アダプタ
subgraph
edge_list
reverse_graph
filtered_graph
- Vector as Graph(アンドキュメント)
- Matrix as Graph(アンドキュメント)
- Leda Graph(アンドキュメント)
- Stanford GraphBase
- イテレータ・アダプタ
- 特性クラス
graph_traits
adjacency_list_traits
property_map
- アルゴリズム
bgl_named_params
- 核となるアルゴリズム・パターン
breadth_first_search
breadth_first_visit
depth_first_search
depth_first_visit
undirected_dfs
uniform_cost_search
(非推奨、代わりに Dijkstra を使うこと)
- グラフ・アルゴリズム
- 最短経路アルゴリズム
dijkstra_shortest_paths
bellman_ford_shortest_paths
dag_shortest_paths
johnson_all_pairs_shortest_paths
- 最小全域木アルゴリズム
kruskal_minimum_spanning_tree
prim_minimum_spanning_tree
connected_components
strong_components
- Incremental Connected Components
initialize_incremental_components
incremental_components
same_component
component_index
- 最大流アルゴリズム
edmunds_karp_max_flow
push_relabel_max_flow
topological_sort
transitive_closure
copy_graph
transpose_graph
isomorphism
cuthill_mckee_ordering
sequential_vertex_coloring
(アンドキュメント)minimum_degree_ordering
- 最短経路アルゴリズム
- AT&T Graphviz フォーマット入出力ユーティリティ
write_graphviz
read_graphviz
- 補助コンセプト、補助クラス、補助関数
property
- ColorValue
- Buffer
- BasicMatrix
incident
opposite
bandwidth
ith_bandwidth
- Tools for random graphs
random_vertex
random_edge
generate_random_graph
randomize_property
- 目標と To-Do 項目
- トラブルシューティング
- 既知の問題
- FAQ
- BGL Book Errata
Copyright © 2000-2001
- Jeremy Siek, Indiana University (jsiek@osl.iu.edu)
- Lie-Quan Lee, Indiana University (llee@cs.indiana.edu)
- Andrew Lumsdaine, Indiana University (lums@osl.iu.edu)
Japanese Translation Copyright (C) 2003 OKI Miyuki
オリジナルの、及びこの著作権表示が全ての複製の中に現れる限り、この文書の複製、利用、変更、販売そして配布を認める。このドキュメントは「あるがまま」に提供されており、いかなる明示的、暗黙的保証も行わない。また、いかなる目的に対しても、その利用が適していることを関知しない。