| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improved gendata_h48k2 performance | Sebastiano Tronto | 2024-09-07 | 2 | -36/+88 |
| | | | | | | | | | | | 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). | ||||
| * | Patch up spurious warning | Sebastiano Tronto | 2024-09-06 | 1 | -0/+25 |
| | | |||||
| * | Added test for invermoves and small refactor | Sebastiano Tronto | 2024-09-05 | 1 | -14/+40 |
| | | |||||
| * | Whoops another missed renaming _ -> CAPS | Sebastiano Tronto | 2024-09-05 | 1 | -17/+16 |
| | | |||||
| * | Added test for premove and a comment | Sebastiano Tronto | 2024-09-05 | 1 | -0/+1 |
| | | |||||
| * | More renaming | Sebastiano Tronto | 2024-09-05 | 15 | -244/+245 |
| | | |||||
| * | Rename constants from _underscore to CAPS | Sebastiano Tronto | 2024-09-05 | 22 | -1211/+1186 |
| | | |||||
| * | Moved stuff around | Sebastiano Tronto | 2024-09-03 | 6 | -119/+124 |
| | | |||||
| * | Merge pull request #2 from enricotenuti/master | Sebastiano Tronto | 2024-08-30 | 3 | -70/+218 |
| |\ | | | | | nissbranch ver1 | ||||
| | * | format fix | enricotenuti | 2024-08-30 | 2 | -19/+19 |
| | | | |||||
| | * | allowedH48 tests | enricotenuti | 2024-08-30 | 1 | -2/+2 |
| | | | |||||
| | * | constants fix | enricotenuti | 2024-08-29 | 2 | -8/+7 |
| | | | |||||
| | * | nissbranch ver1 | enricotenuti | 2024-08-29 | 3 | -202/+200 |
| | | | |||||
| | * | Merge branch 'sebastianotronto:master' into master | Enrico Tenuti | 2024-08-29 | 2 | -37/+111 |
| | |\ | |||||
| | * | | premoves and niss | enricotenuti | 2024-08-26 | 2 | -27/+178 |
| | | | | |||||
| * | | | Added log message for table generation | Sebastiano Tronto | 2024-08-30 | 1 | -2/+4 |
| | | | | |||||
| * | | | Tables fixed, cleanup and optimizations needed | Sebastiano Tronto | 2024-08-30 | 1 | -21/+13 |
| | | | | |||||
| * | | | Cleanup | Sebastiano Tronto | 2024-08-30 | 2 | -14/+13 |
| | | | | |||||
| * | | | Added tool for checking new tables (and they are wrong) | Sebastiano Tronto | 2024-08-30 | 3 | -8/+19 |
| | | | | |||||
| * | | | Small fix pre-test | Sebastiano Tronto | 2024-08-29 | 1 | -4/+6 |
| | |/ |/| | |||||
| * | | Gendata added for h48k2, need to verify with new tool | Sebastiano Tronto | 2024-08-26 | 2 | -37/+111 |
| |/ | |||||
| * | Fixed bug in run solve | Sebastiano Tronto | 2024-08-26 | 1 | -2/+10 |
| | | |||||
| * | Renamed file | Sebastiano Tronto | 2024-08-25 | 2 | -1/+1 |
| | | |||||
| * | Refactor table generation | Sebastiano Tronto | 2024-08-25 | 3 | -105/+165 |
| | | |||||
| * | Started work on k=2 tables; further split h48 gendata | Sebastiano Tronto | 2024-08-25 | 4 | -208/+283 |
| | | |||||
| * | Fix error with neon | Sebastiano Tronto | 2024-08-18 | 1 | -0/+3 |
| | | |||||
| * | Removed duplication | Sebastiano Tronto | 2024-08-18 | 4 | -70/+35 |
| | | |||||
| * | Reorganized folder structure | Sebastiano Tronto | 2024-08-18 | 28 | -578/+554 |
| | | |||||
| * | Merge branch 'master' of github.com:sebastianotronto/h48 | Sebastiano Tronto | 2024-08-10 | 2 | -3/+376 |
| |\ | |||||
| | * | invertco with NEON | enricotenuti | 2024-08-08 | 1 | -28/+16 |
| | | | |||||
| | * | spaces fix | enricotenuti | 2024-08-08 | 1 | -72/+38 |
| | | | |||||
| | * | format fix | enricotenuti | 2024-08-07 | 1 | -267/+254 |
| | | | |||||
| | * | cube_neon ver1 | enricotenuti | 2024-08-07 | 2 | -5/+437 |
| | | | |||||
| * | | Comment cube.h | Sebastiano Tronto | 2024-08-05 | 1 | -4/+24 |
| |/ | |||||
| * | Tiny performance gains | Sebastiano Tronto | 2024-07-21 | 2 | -24/+9 |
| | | |||||
| * | Finally fixed selfsim logic | Sebastiano Tronto | 2024-07-20 | 1 | -55/+62 |
| | | |||||
| * | Added pre-computation of short h48 positions | Sebastiano Tronto | 2024-07-18 | 2 | -27/+52 |
| | | |||||
| * | Converted set to map | Sebastiano Tronto | 2024-07-18 | 2 | -63/+119 |
| | | |||||
| * | Solved bug in cocsep generation | Sebastiano Tronto | 2024-07-15 | 1 | -27/+2 |
| | | |||||
| * | Test passes, logic error is due to coordinates admitting multiple ttreps | Sebastiano Tronto | 2024-07-14 | 1 | -18/+14 |
| | | |||||
| * | Found a sneaky bug (it's all a mess now) | Sebastiano Tronto | 2024-07-14 | 1 | -9/+31 |
| | | |||||
| * | Added new bfs attempt, but looks wrong | Sebastiano Tronto | 2024-07-13 | 1 | -15/+74 |
| | | |||||
| * | Improved h48set tests | Sebastiano Tronto | 2024-07-13 | 1 | -0/+13 |
| | | |||||
| * | Added a set implementation for h48 table generation | Sebastiano Tronto | 2024-07-13 | 1 | -0/+77 |
| | | |||||
| * | Stats for h48 solver as tool | Sebastiano Tronto | 2024-07-08 | 2 | -57/+58 |
| | | |||||
| * | Finished getcube | Sebastiano Tronto | 2024-07-05 | 2 | -15/+28 |
| | | |||||
| * | Added more math utilities | Sebastiano Tronto | 2024-07-05 | 1 | -1/+57 |
| | | |||||
| * | (almost) added getcube | Sebastiano Tronto | 2024-07-04 | 7 | -32/+205 |
| | | |||||
| * | Preparing for table stats | Sebastiano Tronto | 2024-07-03 | 3 | -4/+129 |
| | | |||||
| * | Added a solver, but found out h48 table is broken | Sebastiano Tronto | 2024-06-30 | 3 | -6/+182 |
| | | |||||
