Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | Allow debug mode to work with real data. | Adam Spragg | |
Only tried it with test data before, where we don't need the permutation pruning system. If you enable it with live data, it prevents any permutations from being skipped, so it takes forever. | |||
2022-12-17 | Allow variable time until eruption | Adam Spragg | |
2022-12-17 | Solve puzzle 16 part 1 | Adam Spragg | |
That was a tough one. Still takes 2.5s on my hardware. Should be able to multithread the permuation search at some point, if I want to. |