diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-05 09:04:00 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-05 09:04:00 +0200 |
| commit | 3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb (patch) | |
| tree | 122faba06273ae0450a2994e22bad42202f11da7 /src/solvers/coord/cpepe.h | |
| parent | f6efc882a279cddb624fe2f2470797561a6997b8 (diff) | |
| download | nissy-core-3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb.tar.gz nissy-core-3e7bb9b87ef9b47d8f643dbcae19a64ddbc81dbb.zip | |
Added DRFIN solver
Diffstat (limited to 'src/solvers/coord/cpepe.h')
| -rw-r--r-- | src/solvers/coord/cpepe.h | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/src/solvers/coord/cpepe.h b/src/solvers/coord/cpepe.h index 37ec014..9c9bffc 100644 --- a/src/solvers/coord/cpepe.h +++ b/src/solvers/coord/cpepe.h | |||
| @@ -15,29 +15,27 @@ STATIC coord_t coordinate_cpepe = { | |||
| 15 | .moves_mask_gendata = MM18_DR, | 15 | .moves_mask_gendata = MM18_DR, |
| 16 | .moves_mask_solve = MM18_DR, | 16 | .moves_mask_solve = MM18_DR, |
| 17 | .is_admissible = &solution_always_valid, | 17 | .is_admissible = &solution_always_valid, |
| 18 | .is_solvable = &is_drfin_solvable, | 18 | .is_solvable = &is_drfinnoe_solvable, |
| 19 | .is_solved = NULL, | 19 | .is_solved = NULL, |
| 20 | .allow_niss = false, | 20 | .allow_niss = false, |
| 21 | .pruning_distribution = { | 21 | .pruning_distribution = { |
| 22 | /* TODO */ | 22 | [0] = 1, |
| 23 | [0] = 0, | 23 | [1] = 3, |
| 24 | [1] = 0, | 24 | [2] = 10, |
| 25 | [2] = 0, | 25 | [3] = 44, |
| 26 | [3] = 0, | 26 | [4] = 214, |
| 27 | [4] = 0, | 27 | [5] = 846, |
| 28 | [5] = 0, | 28 | [6] = 2413, |
| 29 | [6] = 0, | 29 | [7] = 5122, |
| 30 | [7] = 0, | 30 | [8] = 8639, |
| 31 | [8] = 0, | 31 | [9] = 12128, |
| 32 | [9] = 0, | 32 | [10] = 12571, |
| 33 | [10] = 0, | 33 | [11] = 12985, |
| 34 | [11] = 0, | 34 | [12] = 7754, |
| 35 | [12] = 0, | 35 | [13] = 3366, |
| 36 | [13] = 0, | 36 | [14] = 336, |
| 37 | [14] = 0, | ||
| 38 | [15] = 0, | ||
| 39 | }, | 37 | }, |
| 40 | .pruning_max = 15, /* TODO */ | 38 | .pruning_max = 14, |
| 41 | .sym = { | 39 | .sym = { |
| 42 | .classes = CLASSES_CP_16, | 40 | .classes = CLASSES_CP_16, |
| 43 | .max = FACT_8, | 41 | .max = FACT_8, |
