class SCC(Edge, Edge2)

Defined in:

graph/scc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(graph : Graph(Edge, Edge2)) #

[View source]

Instance Method Detail

def count_scc : Int32 #

[View source]
def dag : UnweightedDiGraph #

[View source]
def graph #

[View source]
def groups : Array(Set(Int32)) #

[View source]
def scc : Tuple(Int32, Array(Set(Int32)), UnweightedDiGraph) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]