aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump beta versionSebastiano Tronto2021-12-241-1/+1
|
* bump versionSebastiano Tronto2021-12-171-1/+1
|
* Faster optimal solver.Sebastiano Tronto2021-12-131-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 numberSebastiano Tronto2021-12-121-1/+1
|
* Little performance improvement in optimal solver - more to come!Sebastiano Tronto2021-12-071-1/+1
|
* Fix issues #1 and #2 (thanks to Thomas Rokicki)Sebastiano Tronto2021-12-031-8/+8
|
* Added possibility of having end-of-line comments with double slash (single ↵Sebastiano Tronto2021-11-281-1/+1
| | | | slash actually); fixed a small memory leak
* added -static, minor changesSebastiano Tronto2021-11-271-3/+5
|
* Added windows binarySebastiano Tronto2021-11-201-1/+4
|
* Multithreading seems to be working now, it was easier than expected!Sebastiano Tronto2021-11-201-3/+3
|
* Use inttypes.h macros to print uint64_t variables (this requires -std=c99). ↵Sebastiano Tronto2021-11-171-2/+2
| | | | Added a couple of TODOs
* Fixed a problem with htr-drud coordinates. The corresponding pruning table ↵Sebastiano Tronto2021-11-131-1/+1
| | | | also changed, hopefully the new one is correct.
* avoid re-compiling on make installSebastiano Tronto2021-11-121-1/+1
|
* Rewritten from scratch. Welocme nissy 2.0!Sebastiano Tronto2021-11-111-0/+54

Generated with cgit - Back to sebastiano.tronto.net