標題: | An Efficient Approach to Solving Nonograms |
作者: | Wu, I-Chen Sun, Der-Johng Chen, Lung-Ping Chen, Kan-Yueh Kuo, Ching-Hua Kang, Hao-Hua Lin, Hung-Hsuan 資訊工程學系 Department of Computer Science |
關鍵字: | Backtracking;fully probing (FP);nonogram;NP-completeness;painted by number;puzzles |
公開日期: | 1-Sep-2013 |
摘要: | A nonogram puzzle is played on a rectangular grid of pixels with clues given in the form of row and column constraints. The aim of solving a nonogram puzzle, an NP-complete problem, is to paint all the pixels of the grid in black and white while satisfying these constraints. This paper proposes an efficient approach to solving nonogram puzzles. We propose a fast dynamic programming (DP) method for line solving, whose time complexity in the worst case O(kl) is only, where the grid size l x l is and k is the average number of integers in one constraint, always smaller than. In contrast, the time complexity for the best line-solving method in the past is O(kl(2)). We also propose some fully probing (FP) methods to solve more pixels before running backtracking. Our FP methods can solve more pixels than the method proposed by Batenburg and Kosters (before backtracking), while having a time complexity that is smaller than theirs by a factor of O(l). Most importantly, these FP methods provide useful guidance in choosing the next promising pixel to guess during backtracking. The proposed methods are incorporated into a fast nonogram solver, named LalaFrogKK. The program outperformed all the programs collected in webpbn.com, and also won both nonogram tournaments that were held at the 2011 Conference on Technologies and Applications of Artificial Intelligence (TAAI 2011, Taiwan). We expect that the proposed FP methods can also be applied to solving other puzzles efficiently. |
URI: | http://dx.doi.org/10.1109/TCIAIG.2013.2251884 http://hdl.handle.net/11536/22772 |
ISSN: | 1943-068X |
DOI: | 10.1109/TCIAIG.2013.2251884 |
期刊: | IEEE TRANSACTIONS ON COMPUTATIONAL INTELLIGENCE AND AI IN GAMES |
Volume: | 5 |
Issue: | 3 |
起始頁: | 251 |
結束頁: | 264 |
Appears in Collections: | Articles |
Files in This Item:
If it is a zip file, please download the file and unzip it, then open index.html in a browser to view the full text content.