The board size.

Hint: use 8 to be traditional.

Property definitions

ai $ QueenProblem :: size=
	# The board size.
	# Hint: use 8 to be traditional.
	var size: Int
lib/ai/examples/queens.nit:53,2--55,14