aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-22Started working on testing (broken for now)Sebastiano Tronto1-6/+0
2022-12-26Fixed fst_inverseSebastiano Tronto1-1/+3
2022-10-09Finished fst, added tests. STILL NOT WORKING.Sebastiano Tronto1-6/+10
2022-09-06Symcoord version of nissy. Interesting idea, but performance areSebastiano Tronto1-3/+2
actually slower. AT THIS STAGE NISSY IS NOT USABLE.
2022-06-01Version 2.0.2Sebastiano Tronto1-0/+1
2022-06-01General cleanup, in preparation for new releaseSebastiano Tronto1-1/+1
2022-02-25Added cleanup commandSebastiano Tronto1-2/+2
2022-02-22Added website; released 2.0.1Sebastiano Tronto1-2/+12
2022-02-13Small makefile changes, fixed todo listSebastiano Tronto1-10/+6
2022-01-22Moved tables to new website.Sebastiano Tronto1-1/+1
2021-12-29Version 2.0 is released!Sebastiano Tronto1-1/+1
2021-12-29Added pdf doc in doc folderSebastiano Tronto1-2/+4
2021-12-27Bumped to rc1Sebastiano Tronto1-1/+1
2021-12-27change make cleanSebastiano Tronto1-1/+1
2021-12-26Added scramble commandSebastiano Tronto1-1/+1
2021-12-24Bump beta versionSebastiano Tronto1-1/+1
2021-12-17bump versionSebastiano Tronto1-1/+1
2021-12-13Faster optimal solver.Sebastiano Tronto1-1/+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.
2021-12-12bumped version numberSebastiano Tronto1-1/+1
2021-12-07Little performance improvement in optimal solver - more to come!Sebastiano Tronto1-1/+1
2021-12-03Fix issues #1 and #2 (thanks to Thomas Rokicki)Sebastiano Tronto1-8/+8
2021-11-28Added possibility of having end-of-line comments with double slash (single ↵Sebastiano Tronto1-1/+1
slash actually); fixed a small memory leak
2021-11-27added -static, minor changesSebastiano Tronto1-3/+5
2021-11-20Added windows binarySebastiano Tronto1-1/+4
2021-11-20Multithreading seems to be working now, it was easier than expected!Sebastiano Tronto1-3/+3
2021-11-17Use inttypes.h macros to print uint64_t variables (this requires -std=c99). ↵Sebastiano Tronto1-2/+2
Added a couple of TODOs
2021-11-13Fixed a problem with htr-drud coordinates. The corresponding pruning table ↵Sebastiano Tronto1-1/+1
also changed, hopefully the new one is correct.
2021-11-12avoid re-compiling on make installSebastiano Tronto1-1/+1
2021-11-11Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto1-0/+54

Generated with cgit - Back to sebastiano.tronto.net