The strongly connected components computed in Tarjan's algorithm

Property definitions

graph $ TarjanAlgorithm :: sccs
	# The strongly connected components computed in Tarjan's algorithm
	var sccs = new DisjointSet[V]
lib/graph/digraph.nit:620,2--621,30