aboutsummaryrefslogtreecommitdiff
path: root/src/solvers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Solved alignment UB issueSebastiano Tronto2024-09-281-23/+27
|
* oopsieSebastiano Tronto2024-09-271-1/+1
|
* Made table derivation tool more flexibleSebastiano Tronto2024-09-271-8/+11
| | | | | | | | | | 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 numberSebastiano Tronto2024-09-271-12/+8
|
* Merge branch 'master' of tronto.net:h48Sebastiano Tronto2024-09-272-1/+35
|\
| * Added checkdata functionSebastiano Tronto2024-09-262-1/+35
| |
* | First try for derive tablesSebastiano Tronto2024-09-271-7/+88
|/
* Added comment on performance issueSebastiano Tronto2024-09-201-0/+13
|
* Simplified code for h4k0Sebastiano Tronto2024-09-201-87/+42
|
* Fix regressionSebastiano Tronto2024-09-191-4/+4
|
* cleanupSebastiano Tronto2024-09-191-65/+2
|
* Parallelized gendata_h0k4; set up for new gendata_realcoordSebastiano Tronto2024-09-191-109/+298
|
* 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-113-7/+27
|
* Finished table refactorSebastiano Tronto2024-09-111-3/+3
|
* 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-103-56/+127
|
* Added tabletype to tableinfoSebastiano Tronto2024-09-101-1/+8
|
* Added next table offset to tableinfoSebastiano Tronto2024-09-101-1/+5
|
* Added tableinfoSebastiano Tronto2024-09-092-0/+94
|
* 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-056-87/+87
|
* 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-187-0/+1002

Generated with cgit - Back to sebastiano.tronto.net