Code Monkey home page Code Monkey logo

minisat-sudoku's Introduction

Sudoku solver using reduction to boolean satisfiability (CNF) and MiniSat to solve - written in Haskell.

A full description of the approach can be found here: http://www.lukedodd.com/?p=5

The only dependency in addition to MiniSat is the Data.List.Split, install with cabal:
$ cabal install Split

A MiniSat binary, version 2.2.0, built on 64-bit linux (ubuntu 10.4) is included.
You can replace this with your own. See http://minisat.se/.

An example puzzle file is included in "puzzles", the format should be self explanatory.
This contains 50 sudoku puzzles - it is from http://projecteuler.net/.
The file "harder-puzzles" contains harder sudoku problems.
This solver performs well on these instances, where other simple solvers may perform very slowly.
The solver also identifies unsolvable puzzles quickly.

=== Compile and Run ===
To compile: ghc sudoku.hs
Run the solver by passing it a puzzle file in the first argument.
i.e. $./sudoku puzzles
The solver expects to find "minisat" in the working directory.

minisat-sudoku's People

Contributors

lukedodd avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

nikejune

minisat-sudoku's Issues

Haskell compile error

I get the following error.

ghc sudoku.hs
[1 of 1] Compiling Main ( sudoku.hs, sudoku.o )

sudoku.hs:80:22: error:
Variable not in scope: delete :: Integer -> [Int] -> t1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.