fdb2f082a3367e9eaaff92a9aa16f1829cc79d60
[nit.git] / lib / ai / README.md
1 Simple toolkit for artificial intelligence
2
3 This library provides some frameworks for basic algorithms used for artificial intelligence.
4 It offers simple generic classes to extends.
5
6 Contents:
7
8 * see `backtrack`
9 * see `search`
10
11 See the `examples` subdirectory for examples:
12
13 * `examples/queens.nit`
14 * `examples/puzzle.nit`