aboutsummaryrefslogtreecommitdiff
path: root/src/solve.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-05Some fixesSebastiano Tronto1-0/+3
2023-03-05I made a mess, but it works. Still need to implement new optimal solver.Sebastiano Tronto1-440/+73
2023-02-10Added (just a few) tests for alg and added fields to alg structSebastiano Tronto1-19/+5
2022-09-06Removed some code preparing for moving optimal solver away from general coord...Sebastiano Tronto1-57/+76
2022-09-06Symcoord version of nissy. Interesting idea, but performance areSebastiano Tronto1-244/+225
2022-03-02Added dr and htr scramblesSebastiano Tronto1-1/+7
2022-02-27Changed unniss() to return an Alg*. Addedd inplace() to run a function on an ...Sebastiano Tronto1-1/+1
2022-02-25Removed possible cancellable moves from 2phase solverSebastiano Tronto1-2/+5
2022-02-21Fixed bug in using nissSebastiano Tronto1-1/+1
2021-12-26Added scramble commandSebastiano Tronto1-1/+1
2021-12-26Added two-phase solverSebastiano Tronto1-0/+51
2021-12-26Better trans-detection system (for e.g. drfin for HTR scramble)Sebastiano Tronto1-24/+49
2021-12-25Added -O option for solve (specify number of moves within optimal)Sebastiano Tronto1-3/+6
2021-12-25Transform solutions early so that -v gives meaningful infoSebastiano Tronto1-11/+15
2021-12-24Fixed bug that prevented switching depending on branch factor (leftover from ...Sebastiano Tronto1-3/+0
2021-12-17some progressSebastiano Tronto1-2/+3
2021-12-16Added a new pruning table (equivalent to nxopt31). I have not tested it yet, ...Sebastiano Tronto1-37/+43
2021-12-13Faster optimal solver.Sebastiano Tronto1-120/+194
2021-12-09Multi-threaded pruning table generation - now it's actually fast :)Sebastiano Tronto1-1/+1
2021-12-08Just refortmatting and added one typeSebastiano Tronto1-3/+3
2021-12-07Little performance improvement in optimal solver - more to come!Sebastiano Tronto1-52/+73
2021-11-20Multithreading seems to be working now, it was easier than expected!Sebastiano Tronto1-23/+170
2021-11-15Load all necessary pruning tables for a step before the actual solving processSebastiano Tronto1-20/+9
2021-11-11Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto1-0/+173

Generated with cgit - Back to sebastiano.tronto.net