Popularity
4.1
Declining
Activity
1.8
Growing
10
2
1

Monthly Downloads: 8
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: AI    
Latest version: v0.1.0.0

finito alternatives and similar packages

Based on the "AI" category.
Alternatively, view finito alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of finito or a related project?

Add another 'AI' Package

README

finito

Hackage

A constraint solver for finite domains, written in Haskell. The implementation is based on propagators and cells holding ranges of possible integer values (using the packages propeller and numeric-domains).

[Sudoku](./examples/sudoku/Main.hs) and the [n-queens problem](./examples/queens/Main.hs) with configurable board size are provided as examples on how to use the library. In addition, the Hackage documentation is quite compact and covers all the provided types and functions.