An open API service indexing awesome lists of open source software.

https://github.com/sraaphorst/dlx-python

Python implementation of Knuth's Dancing Links (dlx) algorithm to solve set cover. Extremely efficient at solving Sudoku and combinatorial design problems.
https://github.com/sraaphorst/dlx-python

combinatorial-objects covering dancing-links sudoku-solver

Last synced: 11 days ago
JSON representation

Python implementation of Knuth's Dancing Links (dlx) algorithm to solve set cover. Extremely efficient at solving Sudoku and combinatorial design problems.

Awesome Lists containing this project

README

        

# DLXPy - Dancing Links in Python (with Sudoku Solver and Combinatorial Design Generator)

**Status:** Complete, verson 1.0.4.

Python implementation of Donald Knuth's Dancing Links (dlx) algorithm, along withh examples to solve Sudoku puzzles and combinatorial design problems.