aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-07Little performance improvement in optimal solver - more to come!Sebastiano Tronto4-166/+274
2021-12-06Fixed typo in commentSebastiano Tronto1-1/+1
2021-12-03Removed some useless spaces (they made some sense once)Sebastiano Tronto1-9/+9
2021-12-03Some attempts at using the inverse scramble to get more info for pruning ↵Sebastiano Tronto2-15/+32
(optimal solving)
2021-12-03Moved a bunch of commented code to the bottom of the file. I still don't ↵Sebastiano Tronto1-121/+116
want to throw it away and it makes sense to keep it in this file for quick lookup.
2021-11-28Added possibility of having end-of-line comments with double slash (single ↵Sebastiano Tronto1-2/+13
slash actually); fixed a small memory leak
2021-11-26Fixing the fix (the previous commit introduced a bug when the step was not ↵Sebastiano Tronto2-3/+3
specified) + minor fixes in shell
2021-11-25Fixed a bug in freeing memory after execution of certain commands (thanks to ↵Sebastiano Tronto2-16/+23
Tommaso for reporting)
2021-11-20Added windows binarySebastiano Tronto1-5/+18
2021-11-20Bugfix in reading scrambleSebastiano Tronto2-3/+3
2021-11-20Fix typo in welcome messageSebastiano Tronto1-2/+3
2021-11-20Multithreading seems to be working now, it was easier than expected!Sebastiano Tronto6-150/+333
2021-11-17Use inttypes.h macros to print uint64_t variables (this requires -std=c99). ↵Sebastiano Tronto3-11/+9
Added a couple of TODOs
2021-11-15Load all necessary pruning tables for a step before the actual solving processSebastiano Tronto6-21/+162
starts. This is in preparation for multi-threaded solving (but don't get hyped, it will take time).
2021-11-15Fixed used of uninitialized aux variableSebastiano Tronto1-1/+5
2021-11-13Fixed a problem with htr-drud coordinates. The corresponding pruning table ↵Sebastiano Tronto4-19/+43
also changed, hopefully the new one is correct.
2021-11-12I tried to remove the dependence on antindex in order to get rid of themSebastiano Tronto4-24/+151
once and for all. I successfully removed from the pruning table generation part by using an alternative (slower) method, but then I realized that I also use antindexes when generating symmetry data. So I reverted to the original pruning table computation method, but I left the alternative way there, commented.
2021-11-12Some cleanup for antindeces; pointed out which return a consistent cube and ↵Sebastiano Tronto1-20/+54
which do not
2021-11-12Unimportant fixedSebastiano Tronto2-1/+4
2021-11-12Fixed anti-index for eofbepos. It did not compute a value for eorl, whichSebastiano Tronto1-1/+28
causes problems when using this coordinate combined with symmetries (e.g. in symcoord khuge, drud and similar). This actually reverts a change that I made before the first commit of v2.
2021-11-11Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto39-4573/+5484
2020-09-22Added CO first commandSebastiano Tronto4-72/+283
2020-09-19Bugfix: NISS and pruning table checkSebastiano Tronto1-30/+25
2020-09-13Copied documentation into codeSebastiano Tronto4-18/+654
2020-07-27added command clearSebastiano Tronto1-1/+11
2020-07-27Fixed a bug with NISSSebastiano Tronto1-1/+7
2020-07-20Added more scramble options, scramble docSebastiano Tronto2-10/+39
2020-07-12Added feature: scrambleSebastiano Tronto5-16/+135
2020-07-11Bug fixSebastiano Tronto3-43/+43
2020-06-21First pushSebastiano Tronto14-0/+3668

Generated with cgit - Back to sebastiano.tronto.net