aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-07Set up for adding freemem commandSebastiano Tronto2-0/+24
2022-03-03Added messages about generating pruning tablesSebastiano Tronto4-2/+50
2022-03-02Added dr and htr scramblesSebastiano Tronto3-24/+57
2022-02-27Removed some unused code (khuge). Improved optimal solver performance by abou...Sebastiano Tronto7-126/+28
2022-02-27Removed array-size constants for certain objects (steps, commands...)Sebastiano Tronto7-65/+20
2022-02-27Moved random_cube() from cube.c to commands.c and fixed a bug in corners only...Sebastiano Tronto5-43/+67
2022-02-27Changed unniss() to return an Alg*. Addedd inplace() to run a function on an ...Sebastiano Tronto4-14/+24
2022-02-25Removed possible cancellable moves from 2phase solverSebastiano Tronto1-2/+5
2022-02-25Added cleanup commandSebastiano Tronto3-0/+145
2022-02-21Fixed bug in using nissSebastiano Tronto1-1/+1
2022-02-13Fixed bug in reading scrambles with unmatched parenthesesSebastiano Tronto2-14/+12
2022-01-15Added one adhoc test (cornerhtr from CO)Sebastiano Tronto3-23/+28
2021-12-27Added option -i to accept scramble(s) from stdin, very useful for batch modeSebastiano Tronto4-16/+37
2021-12-26Added scramble commandSebastiano Tronto5-31/+181
2021-12-26Added two-phase solverSebastiano Tronto7-32/+165
2021-12-26Better trans-detection system (for e.g. drfin for HTR scramble)Sebastiano Tronto3-149/+93
2021-12-25Added -O option for solve (specify number of moves within optimal)Sebastiano Tronto3-9/+24
2021-12-25Added the invert and unniss commandsSebastiano Tronto2-1/+52
2021-12-25Transform solutions early so that -v gives meaningful infoSebastiano Tronto1-11/+15
2021-12-25Changed -s (max solutions) option to -n and -n (NISS) to -NSebastiano Tronto1-2/+2
2021-12-25Better error message when option for solve is unrecognizedSebastiano Tronto1-3/+12
2021-12-24added some optimal-after-EO stepsSebastiano Tronto1-0/+63
2021-12-24Fixed bug that prevented switching depending on branch factor (leftover from ...Sebastiano Tronto1-3/+0
2021-12-24Changed default behavior of -sSebastiano Tronto1-0/+10
2021-12-24Added -c option for solveSebastiano Tronto3-1/+29
2021-12-24use nxopt31 (compressed) by default for optimal solvingSebastiano Tronto4-23/+37
2021-12-23Fixes for yesterday's commitSebastiano Tronto4-12/+31
2021-12-23Added the possibility to compress tables to 2 bits per entry.Sebastiano Tronto3-33/+108
2021-12-22fixed typoSebastiano Tronto1-2/+1
2021-12-17some progressSebastiano Tronto7-62/+31
2021-12-16Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ...Sebastiano Tronto14-323/+547
2021-12-14fixed a bugSebastiano Tronto1-0/+4
2021-12-14Added light optimal solver - about 5 times slower but takes only 500Mb of RAMSebastiano Tronto1-7/+119
2021-12-14Better output in batch modeSebastiano Tronto1-5/+14
2021-12-14removed old inverse_cube()Sebastiano Tronto1-38/+0
2021-12-14minor restylingSebastiano Tronto1-2/+3
2021-12-14little restylingSebastiano Tronto1-24/+19
2021-12-14random attemptsSebastiano Tronto1-27/+29
2021-12-13Faster optimal solver.Sebastiano Tronto8-287/+616
2021-12-12Faster inverse cube; makes optimal solving about 30% fasterSebastiano Tronto5-1/+241
2021-12-11Improved where_is_edgeSebastiano Tronto1-19/+13
2021-12-10Added batch modeSebastiano Tronto2-10/+18
2021-12-10Fixed segfault when passing malformed command arguments to solveSebastiano Tronto1-4/+4
2021-12-10Added gen command and modified installation instructions for tablesSebastiano Tronto3-0/+74
2021-12-09Fixed genptable for small tables and tables that do not use symmetrySebastiano Tronto1-1/+5
2021-12-09Multi-threaded pruning table generation - now it's actually fast :)Sebastiano Tronto6-37/+114
2021-12-08Just refortmatting and added one typeSebastiano Tronto3-170/+191
2021-12-08tiny cleanupSebastiano Tronto1-1/+1
2021-12-08CleanupSebastiano Tronto1-176/+0
2021-12-08Faster and nice pruning table generation. Can still be improved with multithr...Sebastiano Tronto4-38/+110

Generated with cgit - Back to sebastiano.tronto.net