The graph whose strongly connected components will be computed

Property definitions

graph $ TarjanAlgorithm :: graph
	# The graph whose strongly connected components will be computed
	var graph: Digraph[V]
lib/graph/digraph.nit:618,2--619,22