◆Latin Square
- Win application that creates Latin square and its project.
- Experience how many Sudoku solutions (full board filled with numbers) are.
- The method of generating Latin squares is also useful for creating Sudoku programmatically.
- Reference : Latin Square
LatinSquareExer.zip download
◆GNPX : Sudoku analysis/generation application(win)
- GNPX solves the Sudoku problem using analysis algorithm on this site.
- The application of analysis algorithms can be turned ON/OFF individually,
and the order of analysis can be changed.
Sequential step analysis and fully automatic analysis are possible.
- Multi-solution analysis runs multiple analysis algorithms to obtain all possible solutions (upper bounded).
- In problem generation, you specify patterns to create problem .
Depending on the pattern, the search time may be long.
- To manually enter a problem, select Create/Manual and click the desired cell on the board.
If your mind is strong enough, you can enter the correct number.
- No detailed manual. You can operate within the normal range of imagination.
A short version of the manual can be found at Github/GIDOO-code.
- Win10 or higher is recommended for the execution environment.
SUDOKU_App.zip download
◆GNPX Project
GNPX project Download
License
GNPX is open software licensed under the GPLv3.