diff options
Diffstat (limited to 'src/solvers/h48/stats.h')
| -rw-r--r-- | src/solvers/h48/stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solvers/h48/stats.h b/src/solvers/h48/stats.h index cc51bd9..2a7e887 100644 --- a/src/solvers/h48/stats.h +++ b/src/solvers/h48/stats.h | |||
| @@ -36,7 +36,7 @@ solve_h48stats_dfs(dfsarg_solveh48stats_t *arg) | |||
| 36 | 36 | ||
| 37 | /* Check h48 lower bound for h=0 (esep, but no eo) */ | 37 | /* Check h48 lower bound for h=0 (esep, but no eo) */ |
| 38 | coord = coord_h48_edges(arg->cube, COCLASS(d), TTREP(d), 0); | 38 | coord = coord_h48_edges(arg->cube, COCLASS(d), TTREP(d), 0); |
| 39 | bound = get_h48_bound(arg->cube, d, 0, 4, arg->h48data); | 39 | bound = get_h48_pval(arg->h48data, coord, 4); |
| 40 | if (bound + arg->nmoves > arg->depth) | 40 | if (bound + arg->nmoves > arg->depth) |
| 41 | return 0; | 41 | return 0; |
| 42 | 42 | ||
