ai :: SearchSolver :: is_running=
A running solver has not yet exhausted all the possible solutions.
	# Is the solver still running?
	# A running solver has not yet exhausted all the possible solutions.
	var is_running: Bool = true
					lib/ai/search.nit:246,2--248,28