Bit Vector Encoding of N-Queen Problem.

ZY Qiu
DOI: https://doi.org/10.1145/568600.568613
2002-01-01
Abstract:8-queen problem and its generalization, n-queen problem are well-known examples in the textbooks on elementary programming, data structures, and algorithms. Different methods are proposed to solve these problems, for example, in [1]. In this paper, we present a purely bit-vector encoding of the n-queen problem. It is very natural, simple to understand, and efficient. It involves only bit-wise operations.
What problem does this paper attempt to address?