aboutsummaryrefslogtreecommitdiff
path: root/src/commands.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed some code preparing for moving optimal solver away from general ↵Sebastiano Tronto2022-09-061-10/+10
| | | | | | coordinate solving. Kept symcoord for coordinate solving.
* Symcoord version of nissy. Interesting idea, but performance areSebastiano Tronto2022-09-061-261/+61
| | | | actually slower. AT THIS STAGE NISSY IS NOT USABLE.
* Changed website link in help commandsSebastiano Tronto2022-06-021-1/+1
|
* Changed default number of threads for genSebastiano Tronto2022-06-011-1/+1
|
* Big changes to coordinate system: remove "anti-index" in favor of a more ↵Sebastiano Tronto2022-05-311-7/+21
| | | | kociemba-like move function for each coordinate. This should speedup the table generation step. WARNING: nissy might not be 100% functional at this stage, TESTING needed!
* Added freemem commandSebastiano Tronto2022-03-121-9/+13
|
* Set up for adding freemem commandSebastiano Tronto2022-03-071-0/+22
|
* Added dr and htr scramblesSebastiano Tronto2022-03-021-23/+48
|
* Removed array-size constants for certain objects (steps, commands...)Sebastiano Tronto2022-02-271-9/+9
|
* Moved random_cube() from cube.c to commands.c and fixed a bug in corners ↵Sebastiano Tronto2022-02-271-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 Tronto2022-02-271-2/+5
| | | | alg in place.
* Added cleanup commandSebastiano Tronto2022-02-251-0/+24
|
* Fixed bug in reading scrambles with unmatched parenthesesSebastiano Tronto2022-02-131-12/+1
|
* Added one adhoc test (cornerhtr from CO)Sebastiano Tronto2022-01-151-4/+4
|
* Added option -i to accept scramble(s) from stdin, very useful for batch modeSebastiano Tronto2021-12-271-14/+11
|
* Added scramble commandSebastiano Tronto2021-12-261-15/+92
|
* Added two-phase solverSebastiano Tronto2021-12-261-1/+28
|
* Added -O option for solve (specify number of moves within optimal)Sebastiano Tronto2021-12-251-5/+17
|
* Added the invert and unniss commandsSebastiano Tronto2021-12-251-0/+51
|
* 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
|
* Changed default behavior of -sSebastiano Tronto2021-12-241-0/+10
|
* Added -c option for solveSebastiano Tronto2021-12-241-1/+8
|
* Fixes for yesterday's commitSebastiano Tronto2021-12-231-1/+1
|
* Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ↵Sebastiano Tronto2021-12-161-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 solveSebastiano Tronto2021-12-101-4/+4
|
* Added gen command and modified installation instructions for tablesSebastiano Tronto2021-12-101-0/+55
|
* Fixing the fix (the previous commit introduced a bug when the step was not ↵Sebastiano Tronto2021-11-261-2/+2
| | | | specified) + minor fixes in shell
* Fixed a bug in freeing memory after execution of certain commands (thanks to ↵Sebastiano Tronto2021-11-251-16/+22
| | | | Tommaso for reporting)
* Bugfix in reading scrambleSebastiano Tronto2021-11-201-2/+2
|
* Multithreading seems to be working now, it was easier than expected!Sebastiano Tronto2021-11-201-7/+27
|
* Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto2021-11-111-0/+346

Generated with cgit - Back to sebastiano.tronto.net