Re: Non dominating queens problem



Bart Demoen wrote:
Joachim Schimpf wrote:

Apart from Bart (who hasn't shown us his code) everyone
seems to be conveniently ignoring the problem spec :-)

If I understand correctly, the queens _are_ allowed to attack
each other, but we want to minimize unattacked squares.


I (think I) am maximizing the number of unattacked squares.

Sure. Otherwise every standard n-queens solution would be optimal, and that would be a bit boring...

-- Joachim

.