Is the solver still running?

A running solver has not yet exhausted all the possible solutions.

Property definitions

ai $ SearchSolver :: is_running
	# 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