aboutsummaryrefslogtreecommitdiffstats
path: root/solver.py
Commit message (Collapse)AuthorAgeFilesLines
* speed up thingsHEADmasterMarianne Chevrot2020-05-201-48/+12
|
* comment unused sectionsvg2020-05-201-10/+10
|
* optimize speedvg2020-05-201-14/+27
|
* try to switch to new algorithm for speeding up solvervg2020-05-191-29/+45
|
* reduce memory consumption by always using same kanasvg2020-05-191-12/+44
|
* add cache system to avoid recalculating existing solutionsvg2020-05-191-5/+73
|
* separate solution generation and its displayMarianne Chevrot2020-05-171-8/+8
|
* add a test to grid generatorMarianne Chevrot2020-05-171-12/+15
|
* fix usage errorMarianne Chevrot2020-05-161-0/+1
|
* cosmetic changes (typo fix)Marianne Chevrot2020-05-161-4/+4
|
* add --print option to show only starting gridvg2020-05-101-0/+4
|
* add new kana type: slimes (slim)vg2020-05-101-20/+41
|
* Cosmetic and aestheticMarianne Chevrot2020-05-091-8/+6
|
* Add support for empty arrowsMarianne Chevrot2020-05-091-42/+45
| | | | | | - remove empt, fblk types, there are merged to their base type (norm and froz) - ar_*, norm and froz support having None for their kana property
* Add fblk = froz empty blockMarianne Chevrot2020-05-051-10/+17
|
* Add arrows kana type and improved grid reprMarianne Chevrot2020-05-051-41/+71
|
* Isolate and correct testsMarianne Chevrot2020-04-281-41/+0
|
* Fix program optionMarianne Chevrot2020-04-281-1/+1
|
* Clean solver program after devMarianne Chevrot2020-04-281-186/+14
|
* Merge git://barty/vg2020-04-271-4/+4
|\
| * Change default behaviour (for parents printing)Marianne Chevrot2020-04-271-4/+4
| |
* | fix scoring functionvg2020-04-271-29/+41
|/
* first commitvg2020-04-271-0/+526