Merge: AI backtrack
authorJean Privat <jean@pryen.org>
Mon, 11 Aug 2014 18:06:26 +0000 (14:06 -0400)
committerJean Privat <jean@pryen.org>
Mon, 11 Aug 2014 18:06:26 +0000 (14:06 -0400)
The first part of the artificial intelligence library.

This provides a framework for a basic backtracking algorithm.

It is used in a standard 8 queens problem (quite elegant!), but also replace the specific solver in friendz (the new solver is a little faster in fact)

Pull-Request: #642
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>


Trivial merge