Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
/ sudokuNxM Public archive
forked from hkociemba/sudokuNxM

Solve and generate Sudokus with variable boxsizes up to 20x20 ( 400 x 400 sudoku ).

License

Notifications You must be signed in to change notification settings

1to9only/sudokuNxM

 
 

Repository files navigation

[ The old README.md has been renamed sudokuNxM.md ]

sudokuNxM Solver and Generator

This is a fork of https://github.com/hkociemba/sudokuNxM

  • with my cosmetic changes
  • using Delphi 10.4 Community Edition (Version 27.0.40680.4203)
  • builds with 0 hints and 0 warnings

Using the SAT solver (which is not mandatory) needs the file "org.sat4j.core.jar" in the same directory as the program. If the SAT solver does not work make sure that the 64-bit java.exe is contained in your path environment variable (for my machine it is for example "C:\Program Files\Java\jdk1.8.0_331\bin").

From: Program usage (edited)

  • fixed check solution exception if puzzle not solved
  • hand modified the screen layout (Form1)
  • changed version numbering (yyyy.m.d)

Program usage: http://kociemba.org/themen/sudoku/program.html
Details of the SAT solver: http://kociemba.org/themen/sudoku/satsolver.html
Kociemba's web page: http://kociemba.org/index.html

About

Solve and generate Sudokus with variable boxsizes up to 20x20 ( 400 x 400 sudoku ).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 100.0%