aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added debug flags to make testSebastiano Tronto2023-02-011-1/+1
|
* Enabled make test and test.shSebastiano Tronto2023-02-018-80/+85
|
* Restored doc, not sure why it was deletedSebastiano Tronto2023-01-221-0/+271
|
* Removed old test filesSebastiano Tronto2023-01-225-253/+0
|
* Started working on testing (broken for now)Sebastiano Tronto2023-01-227-17/+276
|
* Refined comments for solve reworkSebastiano Tronto2023-01-161-3/+16
|
* Re-organized TODO fileSebastiano Tronto2023-01-1411-155/+256
|
* Save fst tables to fileSebastiano Tronto2023-01-142-58/+86
|
* Implemented faster fst_ep_to_eposSebastiano Tronto2022-12-264-78/+83
|
* Fixed fst_inverseSebastiano Tronto2022-12-2616-244/+489
|
* Quick push warning messageSebastiano Tronto2022-10-285-38/+136
|
* Added some failing testsSebastiano Tronto2022-10-092-6/+20
|
* Finished fst, added tests. STILL NOT WORKING.Sebastiano Tronto2022-10-0913-42/+429
|
* Added fst_cube prototypesSebastiano Tronto2022-09-104-7/+92
|
* Modified pruning table generation (new compressed) + website updateSebastiano Tronto2022-09-107-70/+110
|
* Removed some code preparing for moving optimal solver away from general ↵Sebastiano Tronto2022-09-068-374/+202
| | | | | | coordinate solving. Kept symcoord for coordinate solving.
* Symcoord version of nissy. Interesting idea, but performance areSebastiano Tronto2022-09-0636-5418/+3586
| | | | actually slower. AT THIS STAGE NISSY IS NOT USABLE.
* Changed website link in help commandsSebastiano Tronto2022-06-021-1/+1
|
* Version 2.0.2Sebastiano Tronto2022-06-0113-542/+95
|
* Another fixSebastiano Tronto2022-06-012-2/+2
|
* More fixesSebastiano Tronto2022-06-012-3/+3
|
* Another fix to coordSebastiano Tronto2022-06-011-2/+2
|
* Couple of fixes in coordinatesSebastiano Tronto2022-06-011-2/+2
|
* General cleanup, in preparation for new releaseSebastiano Tronto2022-06-016-16/+15
|
* Changed default number of threads for genSebastiano Tronto2022-06-012-2/+3
|
* Fixed error in block size for ptablesSebastiano Tronto2022-06-013-20/+20
|
* parallelized genptable_fixnastySebastiano Tronto2022-06-015-22/+72
|
* Fixed the fixSebastiano Tronto2022-06-011-2/+2
|
* fixed readme strikethrough linesSebastiano Tronto2022-06-011-12/+0
|
* Changed readmeSebastiano Tronto2022-06-011-12/+20
|
* Save more stuff to fileSebastiano Tronto2022-06-014-17/+133
|
* Fixed bug with nxoptSebastiano Tronto2022-06-013-1/+2
|
* Fixed some bugs - still more testing neededSebastiano Tronto2022-06-016-82/+56
|
* Big changes to coordinate system: remove "anti-index" in favor of a more ↵Sebastiano Tronto2022-05-3112-451/+610
| | | | 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-158-47/+65
|
* Added freemem commandSebastiano Tronto2022-03-129-24/+57
|
* Set up for adding freemem commandSebastiano Tronto2022-03-073-2/+27
|
* Added messages about generating pruning tablesSebastiano Tronto2022-03-035-9/+51
|
* Added dr and htr scramblesSebastiano Tronto2022-03-025-28/+61
|
* Removed some unused code (khuge). Improved optimal solver performance by ↵Sebastiano Tronto2022-02-278-126/+28
| | | | about 10% using raw transition tables (same for dr step).
* Removed array-size constants for certain objects (steps, commands...)Sebastiano Tronto2022-02-279-66/+24
|
* Moved random_cube() from cube.c to commands.c and fixed a bug in corners ↵Sebastiano Tronto2022-02-277-48/+81
| | | | | | 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-276-17/+24
| | | | alg in place.
* Added upgrade instructionsSebastiano Tronto2022-02-271-5/+25
|
* Removed possible cancellable moves from 2phase solverSebastiano Tronto2022-02-252-5/+5
|
* Added cleanup commandSebastiano Tronto2022-02-256-7/+158
|
* Added lang=en to HTML filesSebastiano Tronto2022-02-223-3/+3
|
* HTML fixesSebastiano Tronto2022-02-224-13/+10
|
* Updated website linkSebastiano Tronto2022-02-221-1/+1
|
* More details for UNIX installationSebastiano Tronto2022-02-221-4/+18
|

Generated with cgit - Back to sebastiano.tronto.net