aboutsummaryrefslogtreecommitdiff
path: root/TODO.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* fixed a bugSebastiano Tronto2021-12-141-3/+7
|
* Added light optimal solver - about 5 times slower but takes only 500Mb of RAMSebastiano Tronto2021-12-141-3/+0
|
* random attemptsSebastiano Tronto2021-12-141-5/+5
|
* Faster optimal solver.Sebastiano Tronto2021-12-131-0/+1
| | | | | | | | | | | This is a pretty big one, but unfortunately performance only improved by about 5%. I implemented one of the main ideas of nxopt, that is switching to the inverse scramble on the fly if it gives a lower branching factor. On the one hand it makes sense that it does not have such a huge impact, since it only rarely happens that we do have a lower branching factor on inverse, but on the other hand I am quite sad that the improvement is barely noticeable :-( Maybe the problem is that I have introduced a lot of new overhead and I can improve that in the future. Or maybe I am just overlooking something stupid.
* Improved where_is_edgeSebastiano Tronto2021-12-111-0/+1
|
* added todo for improvement of batch modeSebastiano Tronto2021-12-101-0/+1
|
* Removed todo batch modeSebastiano Tronto2021-12-101-2/+0
|
* Removed one todo, added anotherSebastiano Tronto2021-12-101-1/+1
|
* Added gen command and modified installation instructions for tablesSebastiano Tronto2021-12-101-7/+1
|
* removed/added some TODOsSebastiano Tronto2021-12-091-10/+2
|
* CleanupSebastiano Tronto2021-12-081-4/+0
|
* Faster ptable generation (but I can make it faster)Sebastiano Tronto2021-12-081-2/+21
|
* Little performance improvement in optimal solver - more to come!Sebastiano Tronto2021-12-071-0/+3
|
* Added some TODOsSebastiano Tronto2021-11-261-1/+3
|

Generated with cgit - Back to sebastiano.tronto.net