diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 17:39:13 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2021-12-24 17:39:13 +0100 |
| commit | 5c3796633f7e02542c054f88a942f749851c0c39 (patch) | |
| tree | aadb5fe3bc2e7b212e4ce4c7570ce0a9615c0ffe /doc | |
| parent | 119ee0af023b702651b14d8e8e4e46d021a11845 (diff) | |
| download | nissy-5c3796633f7e02542c054f88a942f749851c0c39.tar.gz nissy-5c3796633f7e02542c054f88a942f749851c0c39.zip | |
Cited nxopt, updated performance description
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/nissy.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/nissy.1 b/doc/nissy.1 index add0da6..188f9e3 100644 --- a/doc/nissy.1 +++ b/doc/nissy.1 | |||
| @@ -13,12 +13,12 @@ | |||
| 13 | . | 13 | . |
| 14 | .Sh DESCRIPTION | 14 | .Sh DESCRIPTION |
| 15 | .Nm | 15 | .Nm |
| 16 | is a Rubik's Cube solver. Its optimal solver function uses Kociemba's one-step | 16 | is a Rubik's Cube solver. |
| 17 | algorithm (huge optimal solver), and its performance is comparable to that | 17 | It uses techniques from Herbert Kociemba's Cube Explorer and |
| 18 | of Kociemba's implementation in Cube Explorer when using a single CPU | 18 | Tomas Rokicki's nxopt. With 4 cores at 2.5GHz and using less than 3Gb |
| 19 | thread, and much faster when using multiple threads. | 19 | of RAM, Nissy can find the optimal solution for a random Rubik's cube position |
| 20 | nissy can also solve different substeps of the Thistlethwaite's algorithm | 20 | in less than a minute (18 moves or less) to a few minutes. |
| 21 | and more. | 21 | Nissy can also solve different substeps of the Thistlethwaite's algorithm and more. |
| 22 | .Pp | 22 | .Pp |
| 23 | When run without any argument an interactive shell is launched, otherwise | 23 | When run without any argument an interactive shell is launched, otherwise |
| 24 | the provided | 24 | the provided |
