diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 10:25:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-25 10:25:11 +0200 |
| commit | 77e40cda81e373e8c974574813917f70928f038b (patch) | |
| tree | 6d19ea2abfbcbbd6d0233ae36f3bdfcb99876e2b /README.md | |
| parent | 7faca28009c5efb0ba2b897b34dbdcac47a1a6f3 (diff) | |
| download | nissy-core-77e40cda81e373e8c974574813917f70928f038b.tar.gz nissy-core-77e40cda81e373e8c974574813917f70928f038b.zip | |
README changes due to renaming
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 | ||
