f940276fd9
This brings the puzzles source to upstream commit e2135d5. (I've made my own changes on top of that.) This brings in a couple bugfixes and a new solver for Dominosa. Change-Id: I11d46b43171787832330a5e2e0d2f353f36f727d
29 lines
365 B
Text
29 lines
365 B
Text
rockbox.c
|
|
rbwrappers.c
|
|
rbmalloc.c
|
|
lz4tiny.c
|
|
|
|
src/combi.c
|
|
src/divvy.c
|
|
src/drawing.c
|
|
src/dsf.c
|
|
src/findloop.c
|
|
src/grid.c
|
|
src/latin.c
|
|
src/laydomino.c
|
|
src/loopgen.c
|
|
/*src/malloc.c*/ /* we have our own */
|
|
src/matching.c
|
|
src/midend.c
|
|
src/misc.c
|
|
src/penrose.c
|
|
src/printing.c
|
|
src/random.c
|
|
src/sort.c
|
|
src/tdq.c
|
|
src/tree234.c
|
|
src/version.c
|
|
|
|
#ifdef COMBINED
|
|
src/list.c
|
|
#endif
|