aboutsummaryrefslogtreecommitdiff
path: root/TODO.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed fst_inverseSebastiano Tronto2022-12-261-2/+11
|
* Quick push warning messageSebastiano Tronto2022-10-281-1/+5
|
* Finished fst, added tests. STILL NOT WORKING.Sebastiano Tronto2022-10-091-10/+7
|
* Added fst_cube prototypesSebastiano Tronto2022-09-101-7/+6
|
* Modified pruning table generation (new compressed) + website updateSebastiano Tronto2022-09-101-4/+0
|
* Removed some code preparing for moving optimal solver away from general ↵Sebastiano Tronto2022-09-061-15/+21
| | | | | | coordinate solving. Kept symcoord for coordinate solving.
* Symcoord version of nissy. Interesting idea, but performance areSebastiano Tronto2022-09-061-40/+71
| | | | actually slower. AT THIS STAGE NISSY IS NOT USABLE.
* Version 2.0.2Sebastiano Tronto2022-06-011-0/+3
|
* General cleanup, in preparation for new releaseSebastiano Tronto2022-06-011-8/+9
|
* Fixed error in block size for ptablesSebastiano Tronto2022-06-011-18/+17
|
* parallelized genptable_fixnastySebastiano Tronto2022-06-011-1/+0
|
* Save more stuff to fileSebastiano Tronto2022-06-011-1/+1
|
* Fixed some bugs - still more testing neededSebastiano Tronto2022-06-011-0/+1
|
* Big changes to coordinate system: remove "anti-index" in favor of a more ↵Sebastiano Tronto2022-05-311-12/+35
| | | | 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!
* Prepare for big changes in coordinatesSebastiano Tronto2022-03-151-16/+15
|
* Added freemem commandSebastiano Tronto2022-03-121-6/+4
|
* Set up for adding freemem commandSebastiano Tronto2022-03-071-2/+3
|
* Added messages about generating pruning tablesSebastiano Tronto2022-03-031-7/+1
|
* Added dr and htr scramblesSebastiano Tronto2022-03-021-4/+0
|
* Removed array-size constants for certain objects (steps, commands...)Sebastiano Tronto2022-02-271-1/+4
|
* Moved random_cube() from cube.c to commands.c and fixed a bug in corners ↵Sebastiano Tronto2022-02-271-2/+1
| | | | | | 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-3/+0
| | | | alg in place.
* Removed possible cancellable moves from 2phase solverSebastiano Tronto2022-02-251-3/+0
|
* Added cleanup commandSebastiano Tronto2022-02-251-5/+11
|
* HTML fixesSebastiano Tronto2022-02-221-4/+2
|
* Fixed bug in using nissSebastiano Tronto2022-02-211-1/+4
|
* Small makefile changes, fixed todo listSebastiano Tronto2022-02-131-3/+2
|
* Fixed bug in reading scrambles with unmatched parenthesesSebastiano Tronto2022-02-131-0/+3
|
* Small fix in man page synopsisSebastiano Tronto2022-02-131-0/+1
|
* Basically a test commitSebastiano Tronto2022-01-291-0/+2
|
* Added TODOs for version 2.1Sebastiano Tronto2022-01-101-1/+17
|
* change make cleanSebastiano Tronto2021-12-271-1/+0
|
* Changed installation instructions (for pruning tables)Sebastiano Tronto2021-12-271-4/+2
|
* Added scramble commandSebastiano Tronto2021-12-261-3/+2
|
* Added two-phase solverSebastiano Tronto2021-12-261-1/+1
|
* Better trans-detection system (for e.g. drfin for HTR scramble)Sebastiano Tronto2021-12-261-6/+4
|
* Added -O option for solve (specify number of moves within optimal)Sebastiano Tronto2021-12-251-3/+2
|
* Added the invert and unniss commandsSebastiano Tronto2021-12-251-2/+4
|
* Updated TODO.md, boldfaced things to do before releaseSebastiano Tronto2021-12-251-16/+20
|
* Transform solutions early so that -v gives meaningful infoSebastiano Tronto2021-12-251-2/+0
|
* Changed -s (max solutions) option to -n and -n (NISS) to -NSebastiano Tronto2021-12-251-1/+2
|
* Better error message when option for solve is unrecognizedSebastiano Tronto2021-12-251-0/+1
|
* added info on compact tables and warning about installation process being ↵Sebastiano Tronto2021-12-241-5/+1
| | | | deprecated for tables
* removed some todoSebastiano Tronto2021-12-241-2/+0
|
* Cited nxopt, updated performance descriptionSebastiano Tronto2021-12-241-2/+0
|
* Added -c option for solveSebastiano Tronto2021-12-241-0/+1
|
* use nxopt31 (compressed) by default for optimal solvingSebastiano Tronto2021-12-241-0/+6
|
* Fixes for yesterday's commitSebastiano Tronto2021-12-231-0/+2
|
* Added some TODOsSebastiano Tronto2021-12-231-6/+14
|
* Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ↵Sebastiano Tronto2021-12-161-9/+8
| | | | | | | 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.

Generated with cgit - Back to sebastiano.tronto.net