| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added freemem command | Sebastiano Tronto | 2022-03-12 | 1 | -9/+13 |
| | | |||||
| * | Set up for adding freemem command | Sebastiano Tronto | 2022-03-07 | 1 | -0/+22 |
| | | |||||
| * | Added dr and htr scrambles | Sebastiano Tronto | 2022-03-02 | 1 | -23/+48 |
| | | |||||
| * | Removed array-size constants for certain objects (steps, commands...) | Sebastiano Tronto | 2022-02-27 | 1 | -9/+9 |
| | | |||||
| * | Moved random_cube() from cube.c to commands.c and fixed a bug in corners ↵ | Sebastiano Tronto | 2022-02-27 | 1 | -9/+62 |
| | | | | | | | only and edges only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup. | ||||
| * | Changed unniss() to return an Alg*. Addedd inplace() to run a function on an ↵ | Sebastiano Tronto | 2022-02-27 | 1 | -2/+5 |
| | | | | | alg in place. | ||||
| * | Added cleanup command | Sebastiano Tronto | 2022-02-25 | 1 | -0/+24 |
| | | |||||
| * | Fixed bug in reading scrambles with unmatched parentheses | Sebastiano Tronto | 2022-02-13 | 1 | -12/+1 |
| | | |||||
| * | Added one adhoc test (cornerhtr from CO) | Sebastiano Tronto | 2022-01-15 | 1 | -4/+4 |
| | | |||||
| * | Added option -i to accept scramble(s) from stdin, very useful for batch mode | Sebastiano Tronto | 2021-12-27 | 1 | -14/+11 |
| | | |||||
| * | Added scramble command | Sebastiano Tronto | 2021-12-26 | 1 | -15/+92 |
| | | |||||
| * | Added two-phase solver | Sebastiano Tronto | 2021-12-26 | 1 | -1/+28 |
| | | |||||
| * | Added -O option for solve (specify number of moves within optimal) | Sebastiano Tronto | 2021-12-25 | 1 | -5/+17 |
| | | |||||
| * | Added the invert and unniss commands | Sebastiano Tronto | 2021-12-25 | 1 | -0/+51 |
| | | |||||
| * | Changed -s (max solutions) option to -n and -n (NISS) to -N | Sebastiano Tronto | 2021-12-25 | 1 | -2/+2 |
| | | |||||
| * | Better error message when option for solve is unrecognized | Sebastiano Tronto | 2021-12-25 | 1 | -3/+12 |
| | | |||||
| * | Changed default behavior of -s | Sebastiano Tronto | 2021-12-24 | 1 | -0/+10 |
| | | |||||
| * | Added -c option for solve | Sebastiano Tronto | 2021-12-24 | 1 | -1/+8 |
| | | |||||
| * | Fixes for yesterday's commit | Sebastiano Tronto | 2021-12-23 | 1 | -1/+1 |
| | | |||||
| * | Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ↵ | Sebastiano Tronto | 2021-12-16 | 1 | -0/+2 |
| | | | | | | | | it takes a while to generate. Plus I have done a whole lot of refactoring in random places because I cannot focus on one thing at the time. | ||||
| * | Fixed segfault when passing malformed command arguments to solve | Sebastiano Tronto | 2021-12-10 | 1 | -4/+4 |
| | | |||||
| * | Added gen command and modified installation instructions for tables | Sebastiano Tronto | 2021-12-10 | 1 | -0/+55 |
| | | |||||
| * | Fixing the fix (the previous commit introduced a bug when the step was not ↵ | Sebastiano Tronto | 2021-11-26 | 1 | -2/+2 |
| | | | | | specified) + minor fixes in shell | ||||
| * | Fixed a bug in freeing memory after execution of certain commands (thanks to ↵ | Sebastiano Tronto | 2021-11-25 | 1 | -16/+22 |
| | | | | | Tommaso for reporting) | ||||
| * | Bugfix in reading scramble | Sebastiano Tronto | 2021-11-20 | 1 | -2/+2 |
| | | |||||
| * | Multithreading seems to be working now, it was easier than expected! | Sebastiano Tronto | 2021-11-20 | 1 | -7/+27 |
| | | |||||
| * | Rewritten from scratch. Welocme nissy 2.0! | Sebastiano Tronto | 2021-11-11 | 1 | -0/+346 |
