diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-16 11:46:33 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-16 11:46:38 +0200 |
| commit | f9570e5089eeabe32be84ab0507c1d9df99650af (patch) | |
| tree | a7e89e26b84d833fcc29fecc19d5e6f6c61af3e6 /src/solvers/h48/stats.h | |
| parent | 7c994d0ee99d8b69bf958f1559db3a294f459e3e (diff) | |
| download | nissy-core-f9570e5089eeabe32be84ab0507c1d9df99650af.tar.gz nissy-core-f9570e5089eeabe32be84ab0507c1d9df99650af.zip | |
Removed redundant coordinate computation
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 | ||
