You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some events produce U2' moves at the moment, we should either fix that when building the SearchGenerators (like we used to) or by applying puzzle-specific simplification on the result.
The text was updated successfully, but these errors were encountered:
lgarron
changed the title
Normalize amounts consistently for scrambles
Normalize move amounts consistently for scrambles
Jan 5, 2025
I've never seen this happen. You should give an example of this to reproduce the issue.
Good idea. This can change at any time for any given puzzle, but it's currently exhibited by:
╭─── /Users/lgarron/Code/git/github.com/cubing/twsearch ───────────────────────────────────────────────────────────────────────────────────────────────────
├─ main | ✔
├─ lgarron@Germain
│ cargo run --release -- scramble 333 | 📋
┴
Finished `release` profile [optimized] target(s) in 0.06s
Running `target/release/twsearch scramble 333`
L' D B R F U2 R' B L F U2 L2' U' L2' F2' D' R2' D' F2' D2 B2' U' R2' B2' U'
┬
╰─── ⏱️ 1.223s ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Some events produce
U2'
moves at the moment, we should either fix that when building theSearchGenerators
(like we used to) or by applying puzzle-specific simplification on the result.The text was updated successfully, but these errors were encountered: