misc/vim: inform the user when no results are found
[nit.git] / lib / ai /
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...