Demystify is a tool which allows puzzles to be expressed in a high-level constraint programming language and uses MUSes to automatically produce descriptions of steps in the puzzle solving.
Project description
Demystify
Pen and paper puzzles like Sudoku, Futoshiki and Skyscrapers are hugely popular. Solving such puzzles can be a trivial task for modern AI systems. However, most AI systems solve problems using a form of backtracking, while people try to avoid backtracking as much as possible. This means that existing AI systems do not output explanations about their reasoning that are meaningful to people.
Demystify is a tool which allows puzzles to be expressed in a high-level constraint programming language and uses MUSes to automatically produce descriptions of steps in the puzzle solving.
Install Instructions
Install conjure (in conjure git checkout):
git clone https://github.com/conjure-cp/conjure && cd conjure && make && make solvers && make install
Install some python packages:
pip3 install python-sat z3-solver numpy sortedcontainers
Then try:
python3 demystify --eprime eprime/binairo.eprime --eprimeparam eprime/binairo-1.param
Visualizer
Demystify also has a visual interface, which you can find in a separate repository here
Implemented Puzzles
- Binairo
- Futoshiki
- Sudoku
- Jigsaw Sudoku
- X-Sudoku
- Miracle Sudoku
- Kakuro
- Skyscrapers
- Star Battle
- Tents and Trees
- Thermometers
All the models can be found in the eprime directory. If you are interested in a puzzle that is not implemented, there is a guide for modelling your own puzzles here.
Publications
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file demystify-0.0.17.tar.gz
.
File metadata
- Download URL: demystify-0.0.17.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93779a131aa78f7de0dffdbe8e89124836b5eb6d0e9b4bc385821845a4628f52 |
|
MD5 | deef551b77819791b1c6f2ca71b4b46a |
|
BLAKE2b-256 | 5d65e39494744bdf961ba2a269135c0d10033eb214db4e663e4658c7de675e35 |
File details
Details for the file demystify-0.0.17-py2-none-any.whl
.
File metadata
- Download URL: demystify-0.0.17-py2-none-any.whl
- Upload date:
- Size: 49.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9a4f173dbf50dcafe8d7b40e2c522653f25570fd4a91124265d591171558f69 |
|
MD5 | 873806b883f341f6d5fe71d87264b065 |
|
BLAKE2b-256 | b67243ea97ce359d231e750ecc8451bf768031fd4d79b72dc7753aa6f0e392db |