aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-04-19 08:18:05 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-04-19 08:18:05 +0200
commit71b9d1aa12626e8c356090e2286f283f211961ed (patch)
tree5dcfaf5308f34996736c82952c4cdadd2d54462c /BUGS.md
parent7465b515b2364f1dec55989106c5f6cabef7e0f5 (diff)
downloadnissy-classic-71b9d1aa12626e8c356090e2286f283f211961ed.tar.gz
nissy-classic-71b9d1aa12626e8c356090e2286f283f211961ed.zip
Added note on user-reported bugs
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md46
1 files changed, 46 insertions, 0 deletions
diff --git a/BUGS.md b/BUGS.md
new file mode 100644
index 0000000..1369a59
--- /dev/null
+++ b/BUGS.md
@@ -0,0 +1,46 @@
1# Known bugs and issues
2
3I will fix these at some point.
4
5## Incomplete filtering when using NISS
6
7When using NISS, sometimes the switch happens when it does not make sense.
8For example, for EO:
9
10```
11nissy solve eoud -a -N -m 5 -M 5 -p "R' U' F R D L' B' L2 U2 R' B U2 B2 R2 B2 D' F2 U D2 R2 D B2 R U R' U' F"
12```
13
14The last 4 EOs returned by this command start with `D2 U (switch...)`:
15
16```
17...
18D2 U (L F D)
19D2 U (L F D')
20D2 U' (L F D)
21D2 U' (L F D')
22```
23
24These EOs should not be included, because the starting `D2` move is useless.
25
26It is possible that this issue affects other steps too.
27
28## Optimal solver duplicate solutions
29
30There is an issue with move ordering that leads to the same solution occasionally being listed
31twice.
32
33To reproduce:
34
35```
36nissy solve optimal -o "R' F' D2 L' U' L B D L2 F2 L' U2 R' F2 R' D2 F2 U2 F'"
37```
38
39Output:
40
41```
42U' D2 F B' U R' U D B R' B' U' L D2 F2 B2 L (17)
43U' D2 F B' U R' U D B R' B' U' L D2 B2 F2 L (17)
44```
45
46The two solutions are the same, but with `F2 B2` swapped.

Generated with cgit - Back to sebastiano.tronto.net