2023-09-13 17:07 | Some cleanup | Sebastiano Tronto | 30 | +35 | -3576 |
2023-05-06 12:34 | Add sanitizer compile options | Sebastiano Tronto | 1 | +2 | -1 |
2023-05-01 10:27 | Beginning of new repo | Sebastiano Tronto | 12 | +301 | -116 |
2023-03-05 14:17 | Some fixes | Sebastiano Tronto | 4 | +27 | -12 |
2023-03-05 09:13 | I made a mess, but it works. Still need to implement new optimal solver. After that, a big redesign is due. | Sebastiano Tronto | 24 | +1439 | -703 |
2023-02-10 22:30 | Added (just a few) tests for alg and added fields to alg struct | Sebastiano Tronto | 8 | +395 | -72 |
2023-02-08 22:20 | Added notes for solver theory | Sebastiano Tronto | 2 | +50 | -23 |
2023-02-04 17:00 | Moved coordinate index consistency test to tests folder | Sebastiano Tronto | 8 | +107 | -42 |
2023-02-04 16:26 | Some improvements to test suite, ready to go | Sebastiano Tronto | 8 | +74 | -49 |
2023-02-01 17:21 | Fixed typo | Sebastiano Tronto | 1 | +1 | -1 |
2023-02-01 17:17 | Added debug flags to make test | Sebastiano Tronto | 1 | +1 | -1 |
2023-02-01 17:15 | Enabled make test and test.sh | Sebastiano Tronto | 8 | +85 | -80 |
2023-01-21 23:29 | Restored doc, not sure why it was deleted | Sebastiano Tronto | 1 | +271 | -0 |
2023-01-21 23:25 | Removed old test files | Sebastiano Tronto | 5 | +0 | -253 |
2023-01-21 23:23 | Started working on testing (broken for now) | Sebastiano Tronto | 7 | +276 | -17 |
2023-01-16 17:47 | Refined comments for solve rework | Sebastiano Tronto | 1 | +16 | -3 |
2023-01-14 21:33 | Re-organized TODO file | Sebastiano Tronto | 11 | +256 | -155 |
2023-01-14 18:51 | Save fst tables to file | Sebastiano Tronto | 2 | +86 | -58 |
2022-12-26 18:27 | Implemented faster fst_ep_to_epos | Sebastiano Tronto | 4 | +83 | -78 |
2022-12-26 11:41 | Fixed fst_inverse | Sebastiano Tronto | 16 | +489 | -244 |
2022-10-28 06:01 | Quick push warning message | Sebastiano Tronto | 5 | +137 | -39 |
2022-10-09 16:29 | Added some failing tests | Sebastiano Tronto | 2 | +20 | -6 |
2022-10-09 16:12 | Finished fst, added tests. STILL NOT WORKING. | Sebastiano Tronto | 13 | +429 | -42 |
2022-09-10 17:13 | Added fst_cube prototypes | Sebastiano Tronto | 4 | +92 | -7 |
2022-09-10 15:52 | Modified pruning table generation (new compressed) + website update | Sebastiano Tronto | 7 | +111 | -71 |
2022-09-06 21:25 | Removed some code preparing for moving optimal solver away from general coordinate solving. Kept symcoord for coordinate solving. | Sebastiano Tronto | 8 | +204 | -376 |
2022-09-06 16:00 | Symcoord version of nissy. Interesting idea, but performance are actually slower. AT THIS STAGE NISSY IS NOT USABLE. | Sebastiano Tronto | 37 | +3704 | -5536 |
2022-06-02 20:51 | Changed website link in help commands | Sebastiano Tronto | 1 | +1 | -1 |
2022-06-01 18:30 | Version 2.0.2 | Sebastiano Tronto | 13 | +95 | -542 |
2022-06-01 16:06 | Another fix | Sebastiano Tronto | 2 | +2 | -2 |
2022-06-01 15:50 | More fixes | Sebastiano Tronto | 2 | +3 | -3 |
2022-06-01 15:33 | Another fix to coord | Sebastiano Tronto | 1 | +2 | -2 |
2022-06-01 15:24 | Couple of fixes in coordinates | Sebastiano Tronto | 1 | +2 | -2 |
2022-06-01 15:13 | General cleanup, in preparation for new release | Sebastiano Tronto | 6 | +15 | -16 |
2022-06-01 14:49 | Changed default number of threads for gen | Sebastiano Tronto | 2 | +3 | -2 |
2022-06-01 14:42 | Fixed error in block size for ptables | Sebastiano Tronto | 3 | +20 | -20 |
2022-06-01 12:54 | parallelized genptable_fixnasty | Sebastiano Tronto | 5 | +72 | -22 |
2022-06-01 09:51 | Fixed the fix | Sebastiano Tronto | 1 | +2 | -2 |
2022-06-01 09:50 | fixed readme strikethrough lines | Sebastiano Tronto | 1 | +0 | -12 |
2022-06-01 09:49 | Changed readme | Sebastiano Tronto | 1 | +21 | -13 |
2022-06-01 09:41 | Save more stuff to file | Sebastiano Tronto | 4 | +134 | -18 |
2022-06-01 08:00 | Fixed bug with nxopt | Sebastiano Tronto | 3 | +2 | -1 |
2022-06-01 07:34 | Fixed some bugs - still more testing needed | Sebastiano Tronto | 6 | +56 | -82 |
2022-05-31 15:29 | Big changes to coordinate system: remove "anti-index" in favor of a more 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! | Sebastiano Tronto | 12 | +610 | -451 |
2022-03-15 14:54 | Prepare for big changes in coordinates | Sebastiano Tronto | 8 | +65 | -47 |
2022-03-12 18:13 | Added freemem command | Sebastiano Tronto | 9 | +57 | -24 |
2022-03-07 09:12 | Set up for adding freemem command | Sebastiano Tronto | 3 | +27 | -2 |
2022-03-03 18:02 | Added messages about generating pruning tables | Sebastiano Tronto | 5 | +51 | -9 |
2022-03-02 18:48 | Added dr and htr scrambles | Sebastiano Tronto | 5 | +62 | -29 |
2022-02-27 16:31 | Removed some unused code (khuge). Improved optimal solver performance by about 10% using raw transition tables (same for dr step). | Sebastiano Tronto | 8 | +28 | -126 |
2022-02-27 15:53 | Removed array-size constants for certain objects (steps, commands...) | Sebastiano Tronto | 9 | +24 | -66 |
2022-02-27 14:36 | Moved random_cube() from cube.c to commands.c and fixed a bug in corners only and edges only scrambles. Added fmc scrambles (with R'U'F). Updated manpage for scramble and cleanup. | Sebastiano Tronto | 7 | +81 | -48 |
2022-02-27 11:11 | Changed unniss() to return an Alg*. Addedd inplace() to run a function on an alg in place. | Sebastiano Tronto | 6 | +24 | -17 |
2022-02-27 09:34 | Added upgrade instructions | Sebastiano Tronto | 1 | +25 | -5 |
2022-02-25 16:40 | Removed possible cancellable moves from 2phase solver | Sebastiano Tronto | 2 | +5 | -5 |
2022-02-25 16:20 | Added cleanup command | Sebastiano Tronto | 6 | +158 | -7 |
2022-02-22 21:47 | Added lang=en to HTML files | Sebastiano Tronto | 3 | +3 | -3 |
2022-02-22 21:45 | HTML fixes | Sebastiano Tronto | 4 | +10 | -13 |
2022-02-22 09:09 | Updated website link | Sebastiano Tronto | 1 | +1 | -1 |
2022-02-21 23:59 | More details for UNIX installation | Sebastiano Tronto | 1 | +18 | -4 |
2022-02-21 23:17 | Added website; released 2.0.1 | Sebastiano Tronto | 12 | +457 | -79 |
2022-02-21 21:18 | Updated license file | Sebastiano Tronto | 1 | +17 | -55 |
2022-02-21 19:33 | Fixed bug in using niss | Sebastiano Tronto | 3 | +5 | -2 |
2022-02-21 18:19 | Added back nissy.exe | Sebastiano Tronto | 1 | +0 | -0 |
2022-02-13 12:57 | Small makefile changes, fixed todo list | Sebastiano Tronto | 6 | +16 | -23 |
2022-02-13 11:12 | Fixed bug in reading scrambles with unmatched parentheses | Sebastiano Tronto | 5 | +15 | -14 |
2022-02-13 09:03 | Small fix in man page synopsis | Sebastiano Tronto | 2 | +2 | -0 |
2022-01-29 20:20 | Fixed lists in README.md | Sebastiano Tronto | 1 | +2 | -0 |
2022-01-29 18:44 | Another dummy commit | Sebastiano Tronto | 1 | +0 | -1 |
2022-01-29 18:42 | Dummy commit to test post-receive hook | Sebastiano Tronto | 1 | +1 | -0 |
2022-01-29 17:31 | Removed useless file | Sebastiano Tronto | 1 | +0 | -2 |
2022-01-29 17:24 | Added README without extension | Sebastiano Tronto | 1 | +2 | -0 |
2022-01-29 14:48 | Basically a test commit | Sebastiano Tronto | 1 | +2 | -0 |
2022-01-22 10:18 | Moved tables to new website. | Sebastiano Tronto | 3 | +6 | -6 |
2022-01-15 18:16 | Added one adhoc test (cornerhtr from CO) | Sebastiano Tronto | 9 | +176 | -25 |
2022-01-10 11:00 | Added TODOs for version 2.1 | Sebastiano Tronto | 1 | +17 | -1 |
2021-12-29 16:56 | Version 2.0 is released! | Sebastiano Tronto | 6 | +2 | -2 |
2021-12-29 16:42 | Added pdf doc in doc folder | Sebastiano Tronto | 5 | +320 | -2 |
2021-12-28 15:05 | fixed typo | Sebastiano Tronto | 1 | +1 | -1 |
2021-12-28 14:47 | Info on ram requirement to gen large table | Sebastiano Tronto | 2 | +2 | -0 |
2021-12-28 11:47 | Changed time estimate for optimal solving (after running a test on 100 scrambles). | Sebastiano Tronto | 2 | +2 | -2 |
2021-12-27 23:10 | bumped windows version | Sebastiano Tronto | 4 | +0 | -1 |
2021-12-27 16:07 | Bumped to rc1 | Sebastiano Tronto | 3 | +1 | -1 |
2021-12-27 16:05 | change make clean | Sebastiano Tronto | 2 | +1 | -2 |
2021-12-27 16:00 | Fixed example section | Sebastiano Tronto | 1 | +22 | -11 |
2021-12-27 15:34 | Changed installation instructions (for pruning tables) | Sebastiano Tronto | 3 | +40 | -47 |
2021-12-27 11:43 | Added option -i to accept scramble(s) from stdin, very useful for batch mode | Sebastiano Tronto | 6 | +44 | -17 |
2021-12-26 21:42 | Added scramble command | Sebastiano Tronto | 12 | +204 | -36 |
2021-12-26 18:38 | Added two-phase solver | Sebastiano Tronto | 11 | +171 | -33 |
2021-12-25 23:36 | Better trans-detection system (for e.g. drfin for HTR scramble) | Sebastiano Tronto | 6 | +97 | -155 |
2021-12-25 19:57 | Added -O option for solve (specify number of moves within optimal) | Sebastiano Tronto | 7 | +34 | -12 |
2021-12-25 19:29 | Added the invert and unniss commands | Sebastiano Tronto | 6 | +62 | -3 |
2021-12-25 10:35 | Updated TODO.md, boldfaced things to do before release | Sebastiano Tronto | 1 | +20 | -16 |
2021-12-25 09:18 | Updated package and windows binary | Sebastiano Tronto | 2 | +0 | -0 |
2021-12-25 09:18 | Transform solutions early so that -v gives meaningful info | Sebastiano Tronto | 3 | +15 | -13 |
2021-12-25 09:08 | Changed -s (max solutions) option to -n and -n (NISS) to -N | Sebastiano Tronto | 6 | +18 | -17 |
2021-12-24 23:06 | Better error message when option for solve is unrecognized | Sebastiano Tronto | 3 | +13 | -3 |
2021-12-24 17:30 | added info on compact tables and warning about installation process being deprecated for tables | Sebastiano Tronto | 2 | +21 | -10 |
2021-12-24 17:04 | added latest commits to beta9 | Sebastiano Tronto | 2 | +0 | -0 |
2021-12-24 16:58 | removed some todo | Sebastiano Tronto | 1 | +0 | -2 |
| 90 more commits remaining, fetch the repository |