hsudoku-0.1.0.0: Sudoku game with a GTK3 interface

Copyright(c) Marcel Moosbrugger 2017
LicenseMIT
Safe HaskellSafe
LanguageHaskell2010

Sudoku.Solver

Description

This module provides functions for solving a sudoku.

Synopsis

Documentation

solveSudoku :: Sudoku -> Maybe [Sudoku] Source #

Returns a list of all solutions for a given sudoku.