The depth of self in the search tree

It is the number of parents to the root node.

Property definitions

ai $ SearchNode :: depth
	# The depth of `self` in the search tree
	# It is the number of parents to the root node.
	var depth: Int
lib/ai/search.nit:663,2--665,15