English

On correctness and completeness of an n queens program

Logic in Computer Science 2022-02-08 v1 Programming Languages Software Engineering

Abstract

Thom Fr\"uhwirth presented a short, elegant and efficient Prolog program for the n queens problem. However the program may be seen as rather tricky and one may not be convinced about its correctness. This paper explains the program in a declarative way, and provides proofs of its correctness and completeness. The specification and the proofs are declarative, i.e. they abstract from any operational semantics. The specification is approximate, it is unnecessary to describe the program's semantics exactly. Despite the program works on non-ground terms, this work employs the standard semantics, based on logical consequence and Herbrand interpretations. Another purpose of the paper is to present an example of precise declarative reasoning about the semantics of a logic program. Under consideration in Theory and Practice of Logic Programming (TPLP).

Keywords

Cite

@article{arxiv.2108.08079,
  title  = {On correctness and completeness of an n queens program},
  author = {Włodzimierz Drabent},
  journal= {arXiv preprint arXiv:2108.08079},
  year   = {2022}
}

Comments

Under consideration in Theory and Practice of Logic Programming (TPLP). 13 pages, 1 figure. A re-worked version of arXiv:1909.07479

R2 v1 2026-06-24T05:13:00.733Z