The previous node in the search-tree (if not root).

Property definitions

ai $ SearchNode :: parent
	# The previous node in the search-tree (if not root).
	var parent: nullable SearchNode[S, A]
lib/ai/search.nit:637,2--638,38