class
NgLib::
SCC
- NgLib::SCC
- Reference
- Object
Defined in:
nglib/graph/scc.crConstructors
Instance Method Summary
-
#cycles
各グループ
g
$\in$#groups
に対して、 サイクルに現れる頂点をDFSの訪問順に並べたものを返します。 - #graph : Graph
- #groups : Array(Array(Int64))
- #leader : Array(Int64)
- #same (u : Int, v : Int)
- #size (v : Int)
- #size
Constructor Detail
Instance Method Detail
def
cycles
#
各グループ
g
$\in$
#groups
に対して、
サイクルに現れる頂点をDFSの訪問順に並べたものを返します。
NOTE 自己ループがある場合、サイズ 1 のサイクルが出現することに注意してください。
[
View source
]