Table of Contents
Fetching ...

Constructions, bounds, and algorithms for peaceable queens

Katie Clinch, Matthew Drescher, Tony Huynh, Abdallah Saffidine

TL;DR

This work provides some further evidence that the Ainley construction is indeed optimal, and provides a local search algorithm and a software implementation which converges very rapidly to solutions which appear optimal.

Abstract

The peaceable queens problem asks to determine the maximum number $a(n)$ such that there is a placement of $a(n)$ white queens and $a(n)$ black queens on an $n \times n$ chessboard so that no queen can capture any queen of the opposite color. In this paper, we consider the peaceable queens problem and its variant on the toroidal board. For the regular board, we show that $a(n) \leq 0.1716n^2$, for all sufficiently large $n$. This improves on the bound $a(n) \leq 0.25n^2$ of van Bommel and MacEachern. For the toroidal board, we provide new upper and lower bounds. Somewhat surprisingly, our bounds show that there is a sharp contrast in behaviour between the odd torus and the even torus. Our lower bounds are given by explicit constructions. For the upper bounds, we formulate the problem as a non-linear optimization problem with at most $100$ variables, regardless of the size of the board. We solve our non-linear program exactly using modern optimization software. We also provide a local search algorithm and a software implementation which converges very rapidly to solutions which appear optimal. Our algorithm is sufficiently robust that it works on both the regular and toroidal boards. For example, for the regular board, the algorithm quickly finds the so-called Ainley construction. Thus, our work provides some further evidence that the Ainley construction is indeed optimal.

Constructions, bounds, and algorithms for peaceable queens

TL;DR

This work provides some further evidence that the Ainley construction is indeed optimal, and provides a local search algorithm and a software implementation which converges very rapidly to solutions which appear optimal.

Abstract

The peaceable queens problem asks to determine the maximum number such that there is a placement of white queens and black queens on an chessboard so that no queen can capture any queen of the opposite color. In this paper, we consider the peaceable queens problem and its variant on the toroidal board. For the regular board, we show that , for all sufficiently large . This improves on the bound of van Bommel and MacEachern. For the toroidal board, we provide new upper and lower bounds. Somewhat surprisingly, our bounds show that there is a sharp contrast in behaviour between the odd torus and the even torus. Our lower bounds are given by explicit constructions. For the upper bounds, we formulate the problem as a non-linear optimization problem with at most variables, regardless of the size of the board. We solve our non-linear program exactly using modern optimization software. We also provide a local search algorithm and a software implementation which converges very rapidly to solutions which appear optimal. Our algorithm is sufficiently robust that it works on both the regular and toroidal boards. For example, for the regular board, the algorithm quickly finds the so-called Ainley construction. Thus, our work provides some further evidence that the Ainley construction is indeed optimal.
Paper Structure (9 sections, 12 theorems, 14 equations, 33 figures, 1 algorithm)

This paper contains 9 sections, 12 theorems, 14 equations, 33 figures, 1 algorithm.

Key Result

Theorem 1.1

for all sufficiently large even $n$.

Figures (33)

  • Figure 1: Ainley's construction for $n=33$. The number of white queens is $158=\lfloor \frac{7}{48}n^2 \rfloor$.
  • Figure 2: Lower bound construction for the even torus.
  • Figure 3: Lower bound construction for the odd torus.
  • Figure 4: Partition of $[n] \times [n]$ into $36$ sets.
  • Figure 5: Each $y_X$ variable represents the fraction of vertices of $\mathbb{T}_n$ in $X$. Each $z_F$ variable represents the fraction of vertices of $\mathbb{T}_n$ contained in that region of the Venn Diagram.
  • ...and 28 more figures

Theorems & Definitions (19)

  • Theorem 1.1: Even torus lower bound
  • Theorem 1.2: Even torus upper bound
  • Theorem 1.3: Odd torus lower bound
  • Theorem 1.4: Odd torus upper bound
  • Theorem 1.5: Regular board upper bound
  • Corollary 1.6
  • Lemma 3.1
  • proof
  • Lemma 3.2
  • proof
  • ...and 9 more