aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* General cleanup, in preparation for new releaseSebastiano Tronto2022-06-011-3/+1
* Changed default number of threads for genSebastiano Tronto2022-06-011-1/+1
* Fixed error in block size for ptablesSebastiano Tronto2022-06-011-2/+3
* parallelized genptable_fixnastySebastiano Tronto2022-06-013-21/+72
* Save more stuff to fileSebastiano Tronto2022-06-012-16/+132
* Fixed bug with nxoptSebastiano Tronto2022-06-012-1/+2
* Fixed some bugs - still more testing neededSebastiano Tronto2022-06-014-82/+55
* Big changes to coordinate system: remove "anti-index" in favor of a more koci...Sebastiano Tronto2022-05-318-437/+572
* Prepare for big changes in coordinatesSebastiano Tronto2022-03-156-31/+50
* Added freemem commandSebastiano Tronto2022-03-126-18/+49
* Set up for adding freemem commandSebastiano Tronto2022-03-072-0/+24
* Added messages about generating pruning tablesSebastiano Tronto2022-03-034-2/+50
* Added dr and htr scramblesSebastiano Tronto2022-03-023-24/+57
* Removed some unused code (khuge). Improved optimal solver performance by abou...Sebastiano Tronto2022-02-277-126/+28
* Removed array-size constants for certain objects (steps, commands...)Sebastiano Tronto2022-02-277-65/+20
* Moved random_cube() from cube.c to commands.c and fixed a bug in corners only...Sebastiano Tronto2022-02-275-43/+67
* Changed unniss() to return an Alg*. Addedd inplace() to run a function on an ...Sebastiano Tronto2022-02-274-14/+24
* Removed possible cancellable moves from 2phase solverSebastiano Tronto2022-02-251-2/+5
* Added cleanup commandSebastiano Tronto2022-02-253-0/+145
* Fixed bug in using nissSebastiano Tronto2022-02-211-1/+1
* Fixed bug in reading scrambles with unmatched parenthesesSebastiano Tronto2022-02-132-14/+12
* Added one adhoc test (cornerhtr from CO)Sebastiano Tronto2022-01-153-23/+28
* Added option -i to accept scramble(s) from stdin, very useful for batch modeSebastiano Tronto2021-12-274-16/+37
* Added scramble commandSebastiano Tronto2021-12-265-31/+181
* Added two-phase solverSebastiano Tronto2021-12-267-32/+165
* Better trans-detection system (for e.g. drfin for HTR scramble)Sebastiano Tronto2021-12-263-149/+93
* Added -O option for solve (specify number of moves within optimal)Sebastiano Tronto2021-12-253-9/+24
* Added the invert and unniss commandsSebastiano Tronto2021-12-252-1/+52
* Transform solutions early so that -v gives meaningful infoSebastiano Tronto2021-12-251-11/+15
* Changed -s (max solutions) option to -n and -n (NISS) to -NSebastiano Tronto2021-12-251-2/+2
* Better error message when option for solve is unrecognizedSebastiano Tronto2021-12-251-3/+12
* added some optimal-after-EO stepsSebastiano Tronto2021-12-241-0/+63
* Fixed bug that prevented switching depending on branch factor (leftover from ...Sebastiano Tronto2021-12-241-3/+0
* Changed default behavior of -sSebastiano Tronto2021-12-241-0/+10
* Added -c option for solveSebastiano Tronto2021-12-243-1/+29
* use nxopt31 (compressed) by default for optimal solvingSebastiano Tronto2021-12-244-23/+37
* Fixes for yesterday's commitSebastiano Tronto2021-12-234-12/+31
* Added the possibility to compress tables to 2 bits per entry.Sebastiano Tronto2021-12-233-33/+108
* fixed typoSebastiano Tronto2021-12-221-2/+1
* some progressSebastiano Tronto2021-12-177-62/+31
* Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ...Sebastiano Tronto2021-12-1614-323/+547
* fixed a bugSebastiano Tronto2021-12-141-0/+4
* Added light optimal solver - about 5 times slower but takes only 500Mb of RAMSebastiano Tronto2021-12-141-7/+119
* Better output in batch modeSebastiano Tronto2021-12-141-5/+14
* removed old inverse_cube()Sebastiano Tronto2021-12-141-38/+0
* minor restylingSebastiano Tronto2021-12-141-2/+3
* little restylingSebastiano Tronto2021-12-141-24/+19
* random attemptsSebastiano Tronto2021-12-141-27/+29
* Faster optimal solver.Sebastiano Tronto2021-12-138-287/+616
* Faster inverse cube; makes optimal solving about 30% fasterSebastiano Tronto2021-12-125-1/+241

Generated with cgit - Back to sebastiano.tronto.net