The sum of cost and heuristic

It is the f function.

Property definitions

ai $ SearchNode :: score=
	# The sum of `cost` and `heuristic`
	# It is the f function.
	var score: Float is noinit
lib/ai/search.nit:651,2--653,27