True if and only if the vertex is in the stack

Property definitions

graph $ TarjanAlgorithm :: in_stack=
	# True if and only if the vertex is in the stack
	var in_stack = new HashSet[V]
lib/graph/digraph.nit:630,2--631,30