AIAug 29, 2018

Modelling Langford's Problem: A Viewpoint for Search

arXiv:1808.09847v12 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a specific combinatorial search problem, providing incremental improvements in model and search strategy for researchers in constraint programming.

The paper tackled the performance sensitivity in enumerating all solutions to Langford's Problem by comparing various models derived from two base viewpoints, finding that a channelled model with a static branching order on one viewpoint offered the best performance among the options considered.

The performance of enumerating all solutions to an instance of Langford's Problem is sensitive to the model and the search strategy. In this paper we compare the performance of a large variety of models, all derived from two base viewpoints. We empirically show that a channelled model with a static branching order on one of the viewpoints offers the best performance out of all the options we consider. Surprisingly, one of the base models proves very effective for propagation, while the other provides an effective means of stating a static search order.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes