A flag that indicate that self is virtually removed from the todo-list.

self was added to the todo-list but that a better node for the same state was found latter.

Property definitions

ai $ SearchNode :: drop=
	# A flag that indicate that `self` is virtually removed from the todo-list.
	# `self` was added to the todo-list but that a better node for the
	# same state was found latter.
	private var drop = false
lib/ai/search.nit:621,2--624,25