diff options
Diffstat (limited to 'src/solvers/coord/eo.h')
| -rw-r--r-- | src/solvers/coord/eo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/solvers/coord/eo.h b/src/solvers/coord/eo.h index 5c823a1..42196af 100644 --- a/src/solvers/coord/eo.h +++ b/src/solvers/coord/eo.h | |||
| @@ -14,6 +14,7 @@ STATIC coord_t coordinate_eo = { | |||
| 14 | .moves_mask_gendata = MM18_ALLMOVES, | 14 | .moves_mask_gendata = MM18_ALLMOVES, |
| 15 | .moves_mask_solve = MM18_ALLMOVES, | 15 | .moves_mask_solve = MM18_ALLMOVES, |
| 16 | .is_admissible = &solution_lastqt_cw, | 16 | .is_admissible = &solution_lastqt_cw, |
| 17 | .solution_prune = NULL, | ||
| 17 | .is_solvable = &is_eo_even, | 18 | .is_solvable = &is_eo_even, |
| 18 | .is_solved = NULL, | 19 | .is_solved = NULL, |
| 19 | .allow_niss = true, | 20 | .allow_niss = true, |
