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