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)
commitd3f1f0fe93c7e318dec7a500c20f5b8df35659ba
treea1eef2a46887ec28296bd5511c52090ede124f39
parent1ef35bea059b9494064e72ea9adb89a729a96429
parent2dce2dc31b3c6ff735c9207014eda8c8984588cf
Merge: AI backtrack

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>