Python implementation of Knuth's Dancing Links (dlx) algorithm to solve set cover. Extremely efficient at solving Sudoku and combinatorial design problems.
-
Updated
Feb 16, 2023 - Python
Python implementation of Knuth's Dancing Links (dlx) algorithm to solve set cover. Extremely efficient at solving Sudoku and combinatorial design problems.
Implementation of the *Separate and Conquer* / *Covering*-Algorithm for scikit-learn
Add a description, image, and links to the covering topic page so that developers can more easily learn about it.
To associate your repository with the covering topic, visit your repo's landing page and select "manage topics."