The past cost (g) from the root node to self.

Property definitions

ai $ SearchNode :: cost
	# The past cost (g) from the root node to `self`.
	var cost: Float
lib/ai/search.nit:644,2--645,16