diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 14:42:28 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 14:52:58 +0200 |
| commit | 039267a278bb9e0580e8aebd85ef5f3ed774688f (patch) | |
| tree | e569101b585a9aa0426d3a5afbfe3bbddfae0e60 /src/nissy.h | |
| parent | d969dc0ad57d3e1e346df719cf9f2708ee87d2e7 (diff) | |
| download | nissy-core-039267a278bb9e0580e8aebd85ef5f3ed774688f.tar.gz nissy-core-039267a278bb9e0580e8aebd85ef5f3ed774688f.zip | |
Adjusted solvers, fixed bug
Diffstat (limited to 'src/nissy.h')
| -rw-r--r-- | src/nissy.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nissy.h b/src/nissy.h index e7ae50e..734487d 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -8,8 +8,9 @@ below for the list of error codes and their meaning. | |||
| 8 | Cubes are passed as strings in the cccccccc=eeeeeeeeeeee=r format, | 8 | Cubes are passed as strings in the cccccccc=eeeeeeeeeeee=r format, |
| 9 | see the README.md file for more information. | 9 | see the README.md file for more information. |
| 10 | 10 | ||
| 11 | Accepted moves are U, D, R, L, F and B, optionally followed by a 2, | 11 | Accepted moves are any of the following: |
| 12 | a ' or a 3. | 12 | U, D, R, L, F, B, Uw, Dw, Rw, Lw, Fw, Bw, M, S, E, x, y, z |
| 13 | optionally followed by a 2, a ' or a 3. | ||
| 13 | 14 | ||
| 14 | A transformation must be given in the format | 15 | A transformation must be given in the format |
| 15 | (rotation|mirrored) (2 letters) | 16 | (rotation|mirrored) (2 letters) |
