| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up tool output | Sebastiano Tronto | 2024-10-04 | 7 | -29/+34 |
| | | |||||
| * | Do not run make clean automatically on every build and other Makefile changes | Sebastiano Tronto | 2024-10-03 | 1 | -4/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | enricotenuti | 2024-09-29 | 22 | -287/+271 |
| |\ | | | | | | | Merge upstream | ||||
| | * | Made table derivation tool more flexible | Sebastiano Tronto | 2024-09-27 | 4 | -33/+62 |
| | | | | | | | | | | | | | | | | | | | | | So apparently my RAM is broken. That took me a while to figure out. While I get a replacement, I have to restrict myself to a weaker test for the intermediate tables: instead of deriving them from the huge table and checking that they are the same, I have to derive a small h0k2 table from the intermediate ones and check that it is correct. This is not a 100% proof of correctness, but it is good enough (and much faster). | ||||
| | * | Use constant instead of magic number | Sebastiano Tronto | 2024-09-27 | 2 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' of tronto.net:h48 | Sebastiano Tronto | 2024-09-27 | 21 | -287/+151 |
| | |\ | |||||
| | | * | small fix | Sebastiano Tronto | 2024-09-26 | 1 | -1/+1 |
| | | | | |||||
| | | * | Added checkdata tool | Sebastiano Tronto | 2024-09-26 | 3 | -27/+79 |
| | | | | |||||
| | | * | Added checkdata function | Sebastiano Tronto | 2024-09-26 | 1 | -0/+0 |
| | | | | |||||
| | | * | Added TOOLARGS and simplified gendata tool(s) | Sebastiano Tronto | 2024-09-26 | 19 | -287/+102 |
| | | | | |||||
| | * | | First try for derive tables | Sebastiano Tronto | 2024-09-27 | 3 | -0/+91 |
| | |/ | |||||
| * | | minor changes for PR | enricotenuti | 2024-09-29 | 1 | -2/+0 |
| | | | |||||
| * | | No malloc, static tasks poll | enricotenuti | 2024-09-28 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed solutions vector, added constants | enricotenuti | 2024-09-26 | 1 | -0/+2 |
| |/ | |||||
| * | Removed double import | Sebastiano Tronto | 2024-09-19 | 1 | -1/+0 |
| | | |||||
| * | Added gendata for all table sizes (k=2) | Sebastiano Tronto | 2024-09-18 | 10 | -0/+210 |
| | | |||||
| * | Renamed tools; fixed solve tool; added gendata_h48h1k2 tool | Sebastiano Tronto | 2024-09-18 | 6 | -1/+22 |
| | | |||||
| * | Remove useless output from stats tool | Sebastiano Tronto | 2024-09-18 | 1 | -1/+1 |
| | | |||||
| * | Some shellcheck | Sebastiano Tronto | 2024-09-18 | 1 | -3/+3 |
| | | |||||
| * | Update build files to enable multithreading | Sebastiano Tronto | 2024-09-12 | 1 | -7/+6 |
| | | |||||
| * | Cleanup gendata tools | Sebastiano Tronto | 2024-09-12 | 3 | -97/+99 |
| | | |||||
| * | Finished table refactor | Sebastiano Tronto | 2024-09-11 | 5 | -39/+32 |
| | | |||||
| * | 8 bit tables | Sebastiano Tronto | 2024-09-10 | 1 | -0/+4 |
| | | |||||
| * | Improved gendata_h48k2 performance | Sebastiano Tronto | 2024-09-07 | 1 | -1/+2 |
| | | | | | | | | | | | Performance for the "real coordinate" case (h0) is ok, but still around 3x slower than the gendata_h48k4 method. Performance for the intermediate tables is not good, but for now I'll keep it like this. This also shows that for h11 we should use the gendata_h48k4 method for h11. For intermediate table, h8, h9 and h10 might be too slow to compute in an acceptable time. We could restrict to h7 (largest with base = 9). | ||||
| * | Added tool for checking new tables (and they are wrong) | Sebastiano Tronto | 2024-08-30 | 4 | -2/+64 |
| | | |||||
| * | Refactor tools to remove duplicate code | Sebastiano Tronto | 2024-08-29 | 5 | -153/+121 |
| | | |||||
| * | New tool for benchmarking small solver | Sebastiano Tronto | 2024-08-27 | 2 | -0/+94 |
| | | |||||
| * | Refactor table generation | Sebastiano Tronto | 2024-08-25 | 1 | -2/+2 |
| | | |||||
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 2 | -2/+2 |
| | | |||||
| * | Updated README.md, added help command to shell | Sebastiano Tronto | 2024-08-05 | 2 | -0/+0 |
| | | |||||
| * | Added some info and error-checking to gendata tool | Sebastiano Tronto | 2024-07-21 | 1 | -3/+25 |
| | | |||||
| * | oops fix | Sebastiano Tronto | 2024-07-21 | 1 | -8/+0 |
| | | |||||
| * | Tiny performance gains | Sebastiano Tronto | 2024-07-21 | 1 | -1/+1 |
| | | |||||
| * | Fixed gendata tool and cleaned up some stuff | Sebastiano Tronto | 2024-07-20 | 3 | -8/+21 |
| | | |||||
| * | Finally fixed selfsim logic | Sebastiano Tronto | 2024-07-20 | 2 | -0/+0 |
| | | |||||
| * | Cleanup makefile and tools | Sebastiano Tronto | 2024-07-11 | 2 | -14/+2 |
| | | |||||
| * | Made stats tool parallel | Sebastiano Tronto | 2024-07-09 | 1 | -15/+49 |
| | | |||||
| * | Added average to stats tool | Sebastiano Tronto | 2024-07-08 | 1 | -1/+7 |
| | | |||||
| * | Stats for h48 solver as tool | Sebastiano Tronto | 2024-07-08 | 2 | -24/+75 |
| | | |||||
| * | (almost) added getcube | Sebastiano Tronto | 2024-07-04 | 1 | -10/+10 |
| | | |||||
| * | Preparing for table stats | Sebastiano Tronto | 2024-07-03 | 1 | -0/+69 |
| | | |||||
| * | renamed benchmarks to tools | Sebastiano Tronto | 2024-07-03 | 3 | -0/+113 |
