aboutsummaryrefslogtreecommitdiff
path: root/tools/tool.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-16Remove configure + make build system.Sebastiano Tronto1-40/+0
This commit also updates the README, cleans up some stuff and fixes some oopsies.
2024-10-10Removed "options" from solver selectionSebastiano Tronto1-3/+0
Now the solver name fully determines the solver (and options) to be used. For example, now one must specify "h48h0k4" as the name of the solver. This PR also fixes a couple of things in tools.
2024-10-04Clean up tool outputSebastiano Tronto1-4/+25
2024-10-03Do not run make clean automatically on every build and other Makefile changesSebastiano Tronto1-4/+1
2024-09-26Added TOOLARGS and simplified gendata tool(s)Sebastiano Tronto1-2/+3
2024-09-18Some shellcheckSebastiano Tronto1-3/+3
2024-09-11Finished table refactorSebastiano Tronto1-1/+1
2024-09-07Improved gendata_h48k2 performanceSebastiano Tronto1-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).
2024-07-11Cleanup makefile and toolsSebastiano Tronto1-13/+1
2024-07-08Stats for h48 solver as toolSebastiano Tronto1-3/+11
2024-07-03renamed benchmarks to toolsSebastiano Tronto1-9/+9
2024-06-13Added benchmark; removed old folderSebastiano Tronto1-0/+27

Generated with cgit - Back to sebastiano.tronto.net