Skip to content

Commit

Permalink
fix typo in archive/boost_docs/libs/graph (still dead)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed Apr 28, 2017
1 parent ab852e9 commit 31f7d26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion archive/boost_docs/libs/graph/AdjacencyMatrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AdjacencyMatrix コンセプトは [Graph](Graph.md) コンセプトを精製し


## Refinement of
[Graph](./Graph)
[Graph](Graph.md)


## 関連型
Expand Down
2 changes: 1 addition & 1 deletion archive/boost_docs/libs/graph/adjacency_iterator.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Defined in header `boost/graph/adjacency_iterator.hpp`

隣接イテレータ・アダプタは `out_edge_iterator` を隣接イテレータに変形する。すなわち、辺の方々を巡回するイテレータを取り、それらの **終点** の方々を巡回するイテレータを作成する。このアダプタと共に [Incidence Graph](IncidenchGraph.md) をモデルとするグラフ型を取り、[Adjacency Graph](AdjacencyGraph.md) によって要求される能力を付け加えるのは些細なことである。
隣接イテレータ・アダプタは `out_edge_iterator` を隣接イテレータに変形する。すなわち、辺の方々を巡回するイテレータを取り、それらの **終点** の方々を巡回するイテレータを作成する。このアダプタと共に [Incidence Graph](IncidenceGraph.md) をモデルとするグラフ型を取り、[Adjacency Graph](AdjacencyGraph.md) によって要求される能力を付け加えるのは些細なことである。


## Synopsis
Expand Down
2 changes: 1 addition & 1 deletion archive/boost_docs/libs/graph/connected_components.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ boost/graph/connected_components.hpp
- 無向グラフ。グラフの型は [Vertex List Graph](VertexListGraph.md) かつ [Incidence Graph](IncidenceGraph.md) のモデルでなければならない。
- OUT: `ComponentMap c`
- このアルゴリズムはグラフ中にある連結成分数を計算し、各成分に整数のラベルを割り当てる。このアルゴリズムはそれから成分プロパティ・マップ中の成分番号を記録することによってグラフ中の各頂点がどの成分に属しているかを登録する。`ComponentMap` 型は [Writable Property Map](../property_map/[WritablePropertyMap.md) のモデルでなければならない。値型は汎整数型であるべきで、できればグラフの `vertices_size_type` に等しい方が望ましい。キー型はグラフの頂点記述子型でなければならない。
- このアルゴリズムはグラフ中にある連結成分数を計算し、各成分に整数のラベルを割り当てる。このアルゴリズムはそれから成分プロパティ・マップ中の成分番号を記録することによってグラフ中の各頂点がどの成分に属しているかを登録する。`ComponentMap` 型は [Writable Property Map](../property_map/WritablePropertyMap.md) のモデルでなければならない。値型は汎整数型であるべきで、できればグラフの `vertices_size_type` に等しい方が望ましい。キー型はグラフの頂点記述子型でなければならない。
## 名前付き引数
Expand Down

0 comments on commit 31f7d26

Please sign in to comment.