Andreas Kaufmann wrote on Fri, Jan 9, 2004 11:14 PM UTC:Excellent ★★★★★
Roberto, the solution for ten queens and two pawns is very elegant! I
failed to find it, also I easily found the soultion for nine queens and a
pawn.
How about general problem? Namely, given board of size NxN, M queens (M>N)
find the minumum number of pawns, so that it is possible to setup queens
and pawns in such a way that queens don't attack each other. Looks like a
quite difficult mathematical problem.