| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-02-04 | Some improvements to test suite, ready to go | Sebastiano Tronto | 1 | -1/+1 | |
| 2023-02-01 | Added debug flags to make test | Sebastiano Tronto | 1 | -1/+1 | |
| 2023-02-01 | Enabled make test and test.sh | Sebastiano Tronto | 1 | -3/+4 | |
| 2023-01-22 | Started working on testing (broken for now) | Sebastiano Tronto | 1 | -6/+0 | |
| 2022-12-26 | Fixed fst_inverse | Sebastiano Tronto | 1 | -1/+3 | |
| 2022-10-09 | Finished fst, added tests. STILL NOT WORKING. | Sebastiano Tronto | 1 | -6/+10 | |
| 2022-09-06 | Symcoord version of nissy. Interesting idea, but performance are | Sebastiano Tronto | 1 | -3/+2 | |
| actually slower. AT THIS STAGE NISSY IS NOT USABLE. | |||||
| 2022-06-01 | Version 2.0.2 | Sebastiano Tronto | 1 | -0/+1 | |
| 2022-06-01 | General cleanup, in preparation for new release | Sebastiano Tronto | 1 | -1/+1 | |
| 2022-02-25 | Added cleanup command | Sebastiano Tronto | 1 | -2/+2 | |
| 2022-02-22 | Added website; released 2.0.1 | Sebastiano Tronto | 1 | -2/+12 | |
| 2022-02-13 | Small makefile changes, fixed todo list | Sebastiano Tronto | 1 | -10/+6 | |
| 2022-01-22 | Moved tables to new website. | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-29 | Version 2.0 is released! | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-29 | Added pdf doc in doc folder | Sebastiano Tronto | 1 | -2/+4 | |
| 2021-12-27 | Bumped to rc1 | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-27 | change make clean | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-26 | Added scramble command | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-24 | Bump beta version | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-17 | bump version | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-13 | Faster optimal solver. | Sebastiano Tronto | 1 | -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-12 | bumped version number | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-07 | Little performance improvement in optimal solver - more to come! | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-12-03 | Fix issues #1 and #2 (thanks to Thomas Rokicki) | Sebastiano Tronto | 1 | -8/+8 | |
| 2021-11-28 | Added possibility of having end-of-line comments with double slash (single ↵ | Sebastiano Tronto | 1 | -1/+1 | |
| slash actually); fixed a small memory leak | |||||
| 2021-11-27 | added -static, minor changes | Sebastiano Tronto | 1 | -3/+5 | |
| 2021-11-20 | Added windows binary | Sebastiano Tronto | 1 | -1/+4 | |
| 2021-11-20 | Multithreading seems to be working now, it was easier than expected! | Sebastiano Tronto | 1 | -3/+3 | |
| 2021-11-17 | Use inttypes.h macros to print uint64_t variables (this requires -std=c99). ↵ | Sebastiano Tronto | 1 | -2/+2 | |
| Added a couple of TODOs | |||||
| 2021-11-13 | Fixed a problem with htr-drud coordinates. The corresponding pruning table ↵ | Sebastiano Tronto | 1 | -1/+1 | |
| also changed, hopefully the new one is correct. | |||||
| 2021-11-12 | avoid re-compiling on make install | Sebastiano Tronto | 1 | -1/+1 | |
| 2021-11-11 | Rewritten from scratch. Welocme nissy 2.0! | Sebastiano Tronto | 1 | -0/+54 | |
