dlx-rs 0.0.1

Implementation of dancing links in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# dlx_rs

A Rust library for solving exact cover/constraint problems problems using
Knuth's [Dancing Links](https) (DLX) algorithm.

It also provides specific interfaces for some common exact cover problems,
specifically: 

* arbitrary Sudokus
* N queens problem 
* Pentomino tilings (TODO)
* graph colouring (TODO)