lib/ai: introduce the ai library with `backtrack` as the first module
[nit.git] / lib / ai / README.md
1 Simple toolkit for artificial intelligence
2
3 This library provides some frameworks for basic algorythm used for artificial intelligence.
4 It offers simple a generic class to extends and
5
6 Contents:
7
8 * see `backtrack`