diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
| @@ -1,16 +1,15 @@ | |||
| 1 | # H48: prototype for a new optimal solver and nissy backend | 1 | # The engine of Nissy, including the H48 optimal solver |
| 2 | 2 | ||
| 3 | **Warning**: this library is work in progress, breaking changes can | 3 | **Warning**: this library is work in progress, breaking changes can |
| 4 | happen without notice. | 4 | happen without notice. |
| 5 | 5 | ||
| 6 | H48 is an experimental Rubik's cube solver. The main goal is experimenting | 6 | This repository contains the core functionality for future versions of |
| 7 | with various optimal solving methods and pruning tables, with | 7 | [nissy](https://nissy.tronto.net). |
| 8 | [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md) and | ||
| 9 | [vcube](https://github.com/Voltara/vcube) as inspiration and benchmark | ||
| 10 | reference. | ||
| 11 | 8 | ||
| 12 | In the future this project may evolve as a new "back-end" for the classic | 9 | H48 is an experimental Rubik's cube solver. It is heavily inspired by |
| 13 | [nissy](https://github.com/sebastianotronto/nissy-classic). | 10 | [nxopt](https://github.com/rokicki/cube20src/blob/master/nxopt.md) and |
| 11 | [vcube](https://github.com/Voltara/vcube), but it uses a different set | ||
| 12 | of pruning tables that were developed independently. | ||
| 14 | 13 | ||
| 15 | ## Building | 14 | ## Building |
| 16 | 15 | ||
