Browse Source

update: move ShortCode constants in namespace klotski

master
Dnomd343 1 year ago
parent
commit
69f1abd7ed
  1. 14
      src/klotski/short_code/offset/all_cases_offset.h
  2. 1030
      src/klotski/short_code/offset/basic_ranges_offset.h
  3. 6212
      src/klotski/short_code/offset/range_prefix_offset.h

14
src/klotski/short_code/offset/all_cases_offset.h

@ -2,9 +2,11 @@
#include <cstdint>
const uint32_t ALL_CASES_OFFSET[16] = {
0, 2942906, 5203298, 8146204,
8146204, 10468254, 12345199, 14667249,
14667249, 16989299, 18866244, 21188294,
21188294, 24131200, 26391592, 29334498,
};
namespace klotski {
const uint32_t ALL_CASES_OFFSET[16] = {
0, 2942906, 5203298, 8146204,
8146204, 10468254, 12345199, 14667249,
14667249, 16989299, 18866244, 21188294,
21188294, 24131200, 26391592, 29334498,
};
}

1030
src/klotski/short_code/offset/basic_ranges_offset.h

File diff suppressed because it is too large

6212
src/klotski/short_code/offset/range_prefix_offset.h

File diff suppressed because it is too large
Loading…
Cancel
Save