aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-25 10:25:11 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-25 10:25:11 +0200
commit77e40cda81e373e8c974574813917f70928f038b (patch)
tree6d19ea2abfbcbbd6d0233ae36f3bdfcb99876e2b /README.md
parent7faca28009c5efb0ba2b897b34dbdcac47a1a6f3 (diff)
downloadnissy-core-77e40cda81e373e8c974574813917f70928f038b.tar.gz
nissy-core-77e40cda81e373e8c974574813917f70928f038b.zip
README changes due to renaming
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index ac01b30..d637bb4 100644
--- a/README.md
+++ b/README.md
@@ -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
4happen without notice. 4happen without notice.
5 5
6H48 is an experimental Rubik's cube solver. The main goal is experimenting 6This repository contains the core functionality for future versions of
7with 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
10reference.
11 8
12In the future this project may evolve as a new "back-end" for the classic 9H48 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
12of pruning tables that were developed independently.
14 13
15## Building 14## Building
16 15

Generated with cgit - Back to sebastiano.tronto.net