diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-23 11:53:57 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-12-23 11:53:57 +0100 |
| commit | 83f6533c384a617181e818d1941b08e40aa40b7d (patch) | |
| tree | 336804f869326c560e04a775ce788d7e9f0de14a /doc/solvers.md | |
| parent | 3aba28a34f5fb94e2aff9c437d6b164e3dcc790e (diff) | |
| download | nissy-core-83f6533c384a617181e818d1941b08e40aa40b7d.tar.gz nissy-core-83f6533c384a617181e818d1941b08e40aa40b7d.zip | |
Added cornersx solver
Diffstat (limited to 'doc/solvers.md')
| -rw-r--r-- | doc/solvers.md | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/solvers.md b/doc/solvers.md index 12df168..b7fe613 100644 --- a/doc/solvers.md +++ b/doc/solvers.md | |||
| @@ -129,17 +129,31 @@ NISS will not be used. | |||
| 129 | * Moveset: {U, U', U2, D, D', D2, R2, L2, F2, B2}. | 129 | * Moveset: {U, U', U2, D, D', D2, R2, L2, F2, B2}. |
| 130 | * Data size: 54MB. | 130 | * Data size: 54MB. |
| 131 | 131 | ||
| 132 | ### Solve corners | 132 | ### Solve corners (fixed centers) |
| 133 | 133 | ||
| 134 | Solve the corners of the cube. Note: centers are considered fixed, | 134 | Solve the corners of the cube. The centers are considered fixed, |
| 135 | this is not the same as solving a 2x2x2 cube. | 135 | this is not the same as solving a 2x2x2 cube. |
| 136 | 136 | ||
| 137 | * Name: `coord_DRFIN_UF`. Other rotations in place of `UF` are allowed, | 137 | * Name: `coord_CORNERS_UF`. Other rotations in place of `UF` are allowed, |
| 138 | but they are irrelevant to the solver. Provided alias: `corners`. | 138 | but they are irrelevant to the solver. Provided alias: `corners`. |
| 139 | * Requisites: none. | 139 | * Requisites: none. |
| 140 | * Moveset: HTM (all 18 basic moves). | 140 | * Moveset: HTM (all 18 basic moves). |
| 141 | * Data size: 1.2MB. | 141 | * Data size: 1.2MB. |
| 142 | 142 | ||
| 143 | ### Solve corners (ignoring centers) | ||
| 144 | |||
| 145 | Solve the corners of the cube relative to each other, ignoring centers. | ||
| 146 | This is the same as solving a 2x2x2 cube. | ||
| 147 | |||
| 148 | * Name: `coord_CORNERSX_UF`. Other rotations in place of `UF` are allowed, | ||
| 149 | but they are irrelevant to the solver. Provided alias: `cornersx`. | ||
| 150 | * Requisites: none. | ||
| 151 | * Moveset: {U, U', U2, R, R', R2, F, F', F2}. Note: if the given cube | ||
| 152 | has an orientation different from the standard `UF` orientation, the | ||
| 153 | solution will use a different moves. The solution will always only use | ||
| 154 | at most 3 different types of moves (as in U, R, F). | ||
| 155 | * Data size: 1.2MB. | ||
| 156 | |||
| 143 | ### Undocumented coordinate solvers | 157 | ### Undocumented coordinate solvers |
| 144 | 158 | ||
| 145 | There are some coordinate solvers that have not been listed above. These | 159 | There are some coordinate solvers that have not been listed above. These |
