The total steps executed since the beginning

A step is the visit of a node in the todo-list

Property definitions

ai $ SearchSolver :: steps
	# The total steps executed since the beginning
	# A step is the visit of a node in the `todo`-list
	var steps: Int = 0
lib/ai/search.nit:343,2--345,19