h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

commit b45892d12a6234935684aa7932491189987db2f0
parent 8c5f48d61627a986dc9feb8092f1f465b7f90ebc
Author: enricotenuti <tenutz_27@outlook.it>
Date:   Tue, 15 Oct 2024 12:44:32 +0200

EOF fix

Diffstat:
Msrc/solvers/h48/solve.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/solvers/h48/solve.h b/src/solvers/h48/solve.h @@ -258,4 +258,4 @@ solve_h48( solve_h48_error_data: LOG("solve_h48: error reading table\n"); return NISSY_ERROR_DATA; -} -\ No newline at end of file +}