in reply to Re: Re: Trying to solve N-Queens
in thread Trying to solve N-Queens

I believe this depends in how are the queens placed in the board (ie, how the solutions are searched).

For this particular case, you're correct, as queens are apparently placed in each row, from left to right.

Regards.