aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * pthread solver to fixenricotenuti2024-09-192-0/+336
| |
* | Fixed data raceSebastiano Tronto2024-09-191-8/+10
| |
* | Split solve h48 from statsSebastiano Tronto2024-09-183-100/+101
| |
* | Small improvementsSebastiano Tronto2024-09-181-10/+16
|/
* Small cleanupSebastiano Tronto2024-09-181-6/+5
|
* Renamed gen_48_short -> gendata_h48_shortSebastiano Tronto2024-09-181-3/+3
|
* Small improvementSebastiano Tronto2024-09-181-1/+1
|
* Parallelized h48k2 gendataSebastiano Tronto2024-09-172-28/+68
|
* Fix and cleanup printing table infoSebastiano Tronto2024-09-121-1/+6
|
* Simplified solverSebastiano Tronto2024-09-112-6/+11
|
* Better way to read tables for solverSebastiano Tronto2024-09-112-11/+23
|
* 8 bit tablesSebastiano Tronto2024-09-102-52/+49
|
* New tableinfo for gendata_h48, still work to doSebastiano Tronto2024-09-102-51/+116
|
* Improved gendata_h48k2 performanceSebastiano Tronto2024-09-071-34/+86
| | | | | | | | | | 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).
* Whoops another missed renaming _ -> CAPSSebastiano Tronto2024-09-051-17/+16
|
* More renamingSebastiano Tronto2024-09-054-8/+8
|
* Rename constants from _underscore to CAPSSebastiano Tronto2024-09-055-77/+77
|
* Moved stuff aroundSebastiano Tronto2024-09-031-8/+38
|
* Merge pull request #2 from enricotenuti/masterSebastiano Tronto2024-08-301-23/+52
|\ | | | | nissbranch ver1
| * format fixenricotenuti2024-08-301-16/+15
| |
| * constants fixenricotenuti2024-08-291-4/+3
| |
| * nissbranch ver1enricotenuti2024-08-291-48/+35
| |
| * Merge branch 'sebastianotronto:master' into masterEnrico Tenuti2024-08-292-37/+111
| |\
| * | premoves and nissenricotenuti2024-08-261-27/+71
| | |
* | | Added log message for table generationSebastiano Tronto2024-08-301-2/+4
| | |
* | | Tables fixed, cleanup and optimizations neededSebastiano Tronto2024-08-301-21/+13
| | |
* | | CleanupSebastiano Tronto2024-08-302-14/+13
| | |
* | | Added tool for checking new tables (and they are wrong)Sebastiano Tronto2024-08-302-8/+18
| | |
* | | Small fix pre-testSebastiano Tronto2024-08-291-4/+6
| |/ |/|
* | Gendata added for h48k2, need to verify with new toolSebastiano Tronto2024-08-262-37/+111
|/
* Renamed fileSebastiano Tronto2024-08-252-1/+1
|
* Refactor table generationSebastiano Tronto2024-08-252-91/+116
|
* Started work on k=2 tables; further split h48 gendataSebastiano Tronto2024-08-253-196/+270
|
* Reorganized folder structureSebastiano Tronto2024-08-185-0/+843

Generated with cgit - Back to sebastiano.tronto.net