| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved a bunch of commented code to the bottom of the file. I still don't ↵ | Sebastiano Tronto | 2021-12-03 | 1 | -121/+116 |
| | | | | | want to throw it away and it makes sense to keep it in this file for quick lookup. | ||||
| * | Multithreading seems to be working now, it was easier than expected! | Sebastiano Tronto | 2021-11-20 | 1 | -2/+8 |
| | | |||||
| * | Use inttypes.h macros to print uint64_t variables (this requires -std=c99). ↵ | Sebastiano Tronto | 2021-11-17 | 1 | -9/+7 |
| | | | | | Added a couple of TODOs | ||||
| * | Load all necessary pruning tables for a step before the actual solving process | Sebastiano Tronto | 2021-11-15 | 1 | -1/+6 |
| | | | | | | starts. This is in preparation for multi-threaded solving (but don't get hyped, it will take time). | ||||
| * | Fixed a problem with htr-drud coordinates. The corresponding pruning table ↵ | Sebastiano Tronto | 2021-11-13 | 1 | -0/+1 |
| | | | | | also changed, hopefully the new one is correct. | ||||
| * | I tried to remove the dependence on antindex in order to get rid of them | Sebastiano Tronto | 2021-11-12 | 1 | -21/+136 |
| | | | | | | | | once and for all. I successfully removed from the pruning table generation part by using an alternative (slower) method, but then I realized that I also use antindexes when generating symmetry data. So I reverted to the original pruning table computation method, but I left the alternative way there, commented. | ||||
| * | Unimportant fixed | Sebastiano Tronto | 2021-11-12 | 1 | -0/+3 |
| | | |||||
| * | Rewritten from scratch. Welocme nissy 2.0! | Sebastiano Tronto | 2021-11-11 | 1 | -0/+271 |
