Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / ai /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-12-01 Alexandre Terrasalib/ai: fix raw code in now tested docunit for puzzle...
2017-11-28 Alexandre Terrasaexamples: annotate examples
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Jean...
2015-08-28 Jean PrivatMerge: projects: update some short descriptions
2015-08-28 Jean Privatprojects: update some short descriptions
2015-08-28 Jean Privatlib: remove placeholder empty default modules of groups.
2015-08-07 Jean Privatlib: make some classes abstract
2015-04-14 Jean Privatlib/ai/backtrack: add a missing assert
2015-04-08 Jean PrivatMerge: Not null types
2015-04-08 Jean Privatcode: remove useless `or else` now that they are detected
2015-04-04 Jean Privatlib/ai: remove randomness in puzzle so benches can...
2014-12-14 Jean PrivatMerge: Fix unread warnings
2014-12-12 Alexandre Terrasalib/ai: fixes unread variables
2014-12-12 Alexandre Terrasalib/ai: fixes unused local variables
2014-12-12 Alexandre Terrasalib/ai: fixes documentation warnings
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-07 Alexis Laferrièretests: modify ai::puzzle, nitmetrics and nitunit to...
2014-10-06 Jean PrivatMerge: Improve Comparator type-kindness
2014-10-02 Jean Privatlib: new API for Comparator
2014-09-30 Jean Privatlib: move some examples/* into specific subdirectories...
2014-09-25 Alexis Laferrièrelib/ai: fix typo in doc
2014-08-12 Jean Privatlib/ai: add the n-puzzle problem as an example of search
2014-08-12 Jean Privatlib/ai: add search.nit as the second module
2014-08-11 Jean Privatlib/ai: add the eight-queen problem as an example
2014-08-11 Jean Privatlib/ai: introduce the ai library with `backtrack` as...