ai :: SearchSolver :: steps_limit
	# Limit in the number of steps for a `run`.
	#
	# One can modify this value then `run` or just call `run_steps`.
	#
	# Use 0 for no limit.
	# Default: 0
	var steps_limit: Int = 0 is writable
					lib/ai/search.nit:350,2--356,37