Skip to main content

Describe generalized Sudokus through simple equations. Compile programs to SAT and solve them with limboole.

Project description

Sudoku-SAT-compiler (ssc)

Describe generalized Sudokus through simple equations. Compile programs to SAT and solve them with limboole.

See examples/ for example programs.

See ssc --help for all options.

Required Python version: >= 3.9

Recommended Installation Instructions

  • install limboole, either through your system's package manager or manually
  • install ssc:
    • python -m venv .ssc
    • . ./ssc/bin/activate
    • pip install ssc-compiler

Manual Installation Instructions

  • install limboole, either through your system's package manager or manually
    • install ssc:
    • git clone git@github.com:charludo/ssc.git
    • python -m venv .ssc
    • . .ssc/bin/activate
    • cd ssc
    • pip install -e .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ssc-compiler-1.0.3.tar.gz (64.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page