English

Reproducing the k-copwin Algorithm: Theory vs. Implementation

Combinatorics 2026-07-14 v1

Abstract

Cops and Robbers is a well-studied pursuit-evasion game that provides insights into graph theory and theoretical computing. A central question is determining the minimum number of cops required to capture the robber, known as the cop number. We focus on reproducing an algorithm proposed by Petr, Portier, and Versteegen in 2022, which efficiently determines whether a graph is kk-copwin. This paper presents a Python implementation of the kk-copwin algorithm. In this work, we present our implementation in detail, clarify key aspects of the algorithm, and discuss its implications for future practical deployments.

Cite

@article{arxiv.2607.13271,
  title  = {Reproducing the k-copwin Algorithm: Theory vs. Implementation},
  author = {Meagan Mann and Christian Muise and Erin Meger},
  journal= {arXiv preprint arXiv:2607.13271},
  year   = {2026}
}