The width of the grid.

Eg. 3 for a 8-puzzle grid

Property definitions

ai $ PuzzleProblem :: width=
	# The width of the grid.
	# Eg. 3 for a 8-puzzle grid
	var width: Int is noinit
lib/ai/examples/puzzle.nit:59,2--61,25