-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Naive solve currently reverses all moves in the history, including rotations.
The rotations could be ignored if the face of the permutation could be computed based on the rotation of the cube at that time.
E.g.
If the moves are U, x2, R
,
then instead of performing the moves R', x2', U'
,
we can just do R', D
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request