msolve 0.2.2

Another sudoku solving library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# msolve
[![Travis CI](https://api.travis-ci.org/mkb2091/msolve.svg?branch=master)](https://travis-ci.org/github/mkb2091/msolve/builds)

A WIP sudoku solving library

# Goals

Improve performance, potentially via using SIMD, and or GPU

Add sudoku difficulty grading, potentially by counting the number of iterations needed to solve

Add sudoku generation from a seed sudoku