aboutsummaryrefslogtreecommitdiff
path: root/src/cubetypes.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finished fst, added tests. STILL NOT WORKING.Sebastiano Tronto2022-10-091-1/+2
* Added fst_cube prototypesSebastiano Tronto2022-09-101-0/+16
* Modified pruning table generation (new compressed) + website updateSebastiano Tronto2022-09-101-9/+3
* Removed some code preparing for moving optimal solver away from general coord...Sebastiano Tronto2022-09-061-50/+14
* Symcoord version of nissy. Interesting idea, but performance areSebastiano Tronto2022-09-061-89/+87
* parallelized genptable_fixnastySebastiano Tronto2022-06-011-0/+1
* Fixed some bugs - still more testing neededSebastiano Tronto2022-06-011-0/+1
* Big changes to coordinate system: remove "anti-index" in favor of a more koci...Sebastiano Tronto2022-05-311-3/+4
* Prepare for big changes in coordinatesSebastiano Tronto2022-03-151-1/+5
* Moved random_cube() from cube.c to commands.c and fixed a bug in corners only...Sebastiano Tronto2022-02-271-1/+1
* Added option -i to accept scramble(s) from stdin, very useful for batch modeSebastiano Tronto2021-12-271-0/+2
* Added scramble commandSebastiano Tronto2021-12-261-0/+2
* Better trans-detection system (for e.g. drfin for HTR scramble)Sebastiano Tronto2021-12-261-1/+3
* Added -O option for solve (specify number of moves within optimal)Sebastiano Tronto2021-12-251-1/+1
* Added -c option for solveSebastiano Tronto2021-12-241-0/+1
* Added the possibility to compress tables to 2 bits per entry.Sebastiano Tronto2021-12-231-0/+5
* Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ...Sebastiano Tronto2021-12-161-9/+14
* Faster optimal solver.Sebastiano Tronto2021-12-131-18/+14
* Multi-threaded pruning table generation - now it's actually fast :)Sebastiano Tronto2021-12-091-2/+3
* Just refortmatting and added one typeSebastiano Tronto2021-12-081-149/+162
* tiny cleanupSebastiano Tronto2021-12-081-1/+1
* Faster and nice pruning table generation. Can still be improved with multithr...Sebastiano Tronto2021-12-081-2/+2
* Little performance improvement in optimal solver - more to come!Sebastiano Tronto2021-12-071-9/+27
* Fixed typo in commentSebastiano Tronto2021-12-061-1/+1
* Multithreading seems to be working now, it was easier than expected!Sebastiano Tronto2021-11-201-105/+126
* Use inttypes.h macros to print uint64_t variables (this requires -std=c99). A...Sebastiano Tronto2021-11-171-1/+1
* Load all necessary pruning tables for a step before the actual solving processSebastiano Tronto2021-11-151-0/+2
* I tried to remove the dependence on antindex in order to get rid of themSebastiano Tronto2021-11-121-0/+1
* Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto2021-11-111-0/+286

Generated with cgit - Back to sebastiano.tronto.net