| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
