Skip to content

A Lonpos solving program that calculates all the possible outcomes.

Notifications You must be signed in to change notification settings

wimulkeman/python-lonpos-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lonpos solving using Python

This project is a reimplementation of the Lonpos solving script written a couple years back in the language PHP.

It uses a more bare bone usage of bit comparing.

The PHP script was able to calculate the 21.200 solutions for the 9x9 board in around 45 minutes. The goal is to decrease the calculation time with this project in Python.

Possible ways to achieve that are:

  • The usage of a better bit comparing than used within the PHP project.
  • A faster return when a examined solution is incorrect.
  • Possible introducion to multithreading.

Performance warning

Using the terminal output to view the calculated solutions reduces the speed in which solutions are found by almost 2.

About

A Lonpos solving program that calculates all the possible outcomes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages