1 / 1

Project Background/Context

Nonogram Solver Irvin P. Bustos Buenrostro Department of Computer Science Faculty Advisor: Dr. Russell J. Abbott College of Engineering, Computer Science, and Technology California State University, Los Angeles. Project Background/Context. Objectives.

oistin
Download Presentation

Project Background/Context

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Nonogram SolverIrvin P. Bustos BuenrostroDepartment of Computer ScienceFaculty Advisor: Dr. Russell J. AbbottCollege of Engineering, Computer Science, and TechnologyCalifornia State University, Los Angeles Project Background/Context Objectives Nonogram is a logic game where the main objective is to discover a picture using the hints located on the top and on the side of the board. Nonogram is know with many other different names such as Paint by Numbers, Picross. There are several Nonogram solver, but this solver in particular makes use of constraint program as an approach to solve it By having constraint programming is like having a “black box”, in this case we input the right constraints that satisfy the Nonogram and the “black box” gives the right solution . The main objective of the project is to create a solver using constraint programming (JaCoP), create a user interface where the user can input the hints/rules of the Nonogram and the program should display the answer to that particular Nonogram. The solver should be a tool or aid to a Nonogram player to see if they come out with the right answer in the case is playing on paper. Example Solution Deliverables Results Basically the approach taken to make the solver was to make use of constraint programming as the main approach to achieve the goal. I Used the JaCoP library which was helpful to implement several constraints that the Nonogram must follow. I used the regular expressions to make Automatons and then created a model that can interpreter the Nonogram, in this case was basically a matrix where each row and column must satisfy the rules of the Nonogram, then used the Regular Constraint to get the solution by applying it to the model created. The result of this project is satisfactory since the main goal has been achieved, now we can see that we can solve a Nonogram and see the solution in a graphical way. We can see that JaCoP was able to come out with the right answers. Then we did the transition on converting that particular answer in graphical manner. Conclusions This project was a opportunity to reinforce my learning, more specific in areas that need to be research and understand such as automata theory. By understanding constraint programming we can make solutions to problems that require lot of work. We can make use of a different approach such as what are the constraints that need to be satisfied and look a way to implement that constraint to find that solution.

More Related