diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-07 17:08:28 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-03-07 17:08:28 +0100 |
| commit | 4d8465a3a791ebcf4bc74bdcc21eff7341ebc30f (patch) | |
| tree | 227eb3fa6189b8e4e422d47cfa3f503aa99db5cf /src/utils/constants.h | |
| parent | 7defd8041e6050a9adf7927b43fd249d75d6389f (diff) | |
| download | nissy-core-4d8465a3a791ebcf4bc74bdcc21eff7341ebc30f.tar.gz nissy-core-4d8465a3a791ebcf4bc74bdcc21eff7341ebc30f.zip | |
More progress on coordinate solver
Diffstat (limited to '')
| -rw-r--r-- | src/utils/constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/constants.h b/src/utils/constants.h index 3d8bf5e..1db1940 100644 --- a/src/utils/constants.h +++ b/src/utils/constants.h | |||
| @@ -93,6 +93,10 @@ STATIC int64_t binomial[12][12] = { | |||
| 93 | #define TRANS_BDm UINT8_C(46) | 93 | #define TRANS_BDm UINT8_C(46) |
| 94 | #define TRANS_BLm UINT8_C(47) | 94 | #define TRANS_BLm UINT8_C(47) |
| 95 | 95 | ||
| 96 | #define AXIS_UD UINT8_C(0) | ||
| 97 | #define AXIS_RL UINT8_C(1) | ||
| 98 | #define AXIS_FB UINT8_C(2) | ||
| 99 | |||
| 96 | #define NMOVES (1+MOVE_B3) | 100 | #define NMOVES (1+MOVE_B3) |
| 97 | #define NTRANS (1+TRANS_BLm) | 101 | #define NTRANS (1+TRANS_BLm) |
| 98 | 102 | ||
