aboutsummaryrefslogtreecommitdiff
path: root/src/cube.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-09Finished fst, added tests. STILL NOT WORKING.Sebastiano Tronto1-0/+32
2022-09-06Symcoord version of nissy. Interesting idea, but performance areSebastiano Tronto1-848/+72
actually slower. AT THIS STAGE NISSY IS NOT USABLE.
2022-05-31Big changes to coordinate system: remove "anti-index" in favor of a more ↵Sebastiano Tronto1-4/+26
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!
2022-03-02Added dr and htr scramblesSebastiano Tronto1-0/+2
2022-02-27Moved random_cube() from cube.c to commands.c and fixed a bug in corners ↵Sebastiano Tronto1-27/+1
only and edges only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup.
2021-12-26Added scramble commandSebastiano Tronto1-14/+81
2021-12-17some progressSebastiano Tronto1-3/+4
2021-12-14removed old inverse_cube()Sebastiano Tronto1-38/+0
2021-12-12Faster inverse cube; makes optimal solving about 30% fasterSebastiano Tronto1-1/+219
2021-12-11Improved where_is_edgeSebastiano Tronto1-19/+13
2021-12-03Some attempts at using the inverse scramble to get more info for pruning ↵Sebastiano Tronto1-5/+9
(optimal solving)
2021-11-13Fixed a problem with htr-drud coordinates. The corresponding pruning table ↵Sebastiano Tronto1-16/+3
also changed, hopefully the new one is correct.
2021-11-11Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto1-0/+701

Generated with cgit - Back to sebastiano.tronto.net