Should the pathfinding accept node as a goal?

Property definitions

a_star $ TargetCondition :: accept
	# Should the pathfinding accept `node` as a goal?
	fun accept(node: N): Bool is abstract
lib/a_star/a_star.nit:418,2--419,38