Skip to main content

A simple wrapper for Z3 solver

Project description

Argyle_Sudoku

This project was partly based on the code from z3-sudoku

This project uses python z3-solver to benchmark encoding techniques to solving the same problem. It then compares the efficiency of each method and between different encoding techniques.

A demo of how to use the library is provided by solving sudoku in ./src/Sudokus

In Sudoku.py both traditional implementation of adding conditional constraints using if-else statements and our approach of adding conditional constraints using our custom solver is presented. An example of two different ways of querying if an index can be set to a number is presented.

Directory Structure

  • /analysis: Includes scripts and notebooks for analyzing solver performance and generating images for reports or presentations.

  • /problem_instances:

    • /particular_hard_instances_records: Particular hard instances identified during the generation process, in txt and SMT format
    • /whole_problem_records: Whole sudoku problems in txt and SMT format
    • Details of recording format explained here
  • /solvers: Houses executables and related files for various SMT solvers used in the project.

  • /src: Contains source code for core functionalities.

    • /Sudokus/Sudoku.py: Contains all functionalities of building sudoku with various constraints, logging sudoku instances to files in string format and smt format, /sudoku_database: Stores string descriptions of generated Sudoku puzzles, both full (solved) and holes (incomplete).
    • /Sudokus/run_sudoku_experiment.py: This file contains the main function. It takes in a sudoku file and solves it using the methods in sudoku.py. It then prints/ the solution and the time taken to solve it.
  • sudoku_database: Stores the already generated full and holes sudokus

    • currline.txt: stores the which line of the full sudokus file should the solver generating sudoku holes start loading from and solving when calling run_experiment
  • /tests: scripts for development testing

  • /time_records: Direct directory for storing time records from solver runs, highlighting the performance of different solvers.

The workflow is depicted in the following picture:

workflow

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

jz3-0.1.1.tar.gz (135.0 kB view details)

Uploaded Source

Built Distribution

jz3-0.1.1-py3-none-any.whl (304.0 kB view details)

Uploaded Python 3

File details

Details for the file jz3-0.1.1.tar.gz.

File metadata

  • Download URL: jz3-0.1.1.tar.gz
  • Upload date:
  • Size: 135.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.9

File hashes

Hashes for jz3-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5018a6ed41984d4ed3ece94773e55e7d618fc689ac4260e4336a191e3afc3997
MD5 bb99b065b405a8ed3c1ae99583698d5b
BLAKE2b-256 c0ab3205a8a2ef2aedd5677da682d9d8540d7b2de79f62992ef905cb3e641e0b

See more details on using hashes here.

File details

Details for the file jz3-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: jz3-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 304.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.9

File hashes

Hashes for jz3-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e06cbc17cc823d71a295061ec42793ca3aa3767bc39cf5107a46ad452e59a58c
MD5 620dd0e2e4f052dca9c4ea8afe5837bd
BLAKE2b-256 7321a3ed89abe5598f6b6d64f03eda6be434ef6dc421ce811b2296e806c11713

See more details on using hashes here.

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