Nearest solution found (up to date).

The nearest solution is the one with the smallest heuristic value. The cost is not considered.

Property definitions

ai $ SearchSolver :: nearest_solution=
	# Nearest solution found (up to date).
	# The nearest solution is the one with the smallest heuristic value.
	# The cost is not considered.
	var nearest_solution: nullable SearchNode[S,A] = null
lib/ai/search.nit:314,2--317,54