The depth of self in the search-tree.

Property definitions

ai $ BacktrackNode :: depth
	# The depth of `self` in the search-tree.
	var depth: Int
lib/ai/backtrack.nit:258,2--259,15