diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 11:51:09 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 11:51:09 +0200 |
| commit | ed304cbf68b60c982f9f204b5956dae5672c946a (patch) | |
| tree | 757599d80802526d1a8a48e25645ffcd0a00f564 /README.md | |
| parent | 3fceaa8706b983ef5e81527e5ded3c62f0ba4c1d (diff) | |
| download | nissy-ed304cbf68b60c982f9f204b5956dae5672c946a.tar.gz nissy-ed304cbf68b60c982f9f204b5956dae5672c946a.zip | |
Fixed the fix
Diffstat (limited to '')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -81,11 +81,11 @@ is picked to maximize the sum frequency of the values `1,2,3`. | |||
| 81 | In order to generate the pruning tables, it is necessary to be able to move | 81 | In order to generate the pruning tables, it is necessary to be able to move |
| 82 | a transform a coordinate; it is possible to do so without passing through a | 82 | a transform a coordinate; it is possible to do so without passing through a |
| 83 | complete cube representations, in a way similar to what Cube Explorer does. | 83 | complete cube representations, in a way similar to what Cube Explorer does. |
| 84 | This used to be different before version 2.1 (June 2022). | ||
| 85 | |||
| 84 | More documentation on this and on the different types of coordinates (base | 86 | More documentation on this and on the different types of coordinates (base |
| 85 | vs composed) is work in progress. | 87 | vs composed) is work in progress. |
| 86 | 88 | ||
| 87 | The two paragraphs below are not true anymore since version 2.1 (June 2022). | ||
| 88 | |||
| 89 | ### Solving | 89 | ### Solving |
| 90 | 90 | ||
| 91 | Solving is implemented as a generic function that takes both a step and | 91 | Solving is implemented as a generic function that takes both a step and |
