cubing / twisty.js

The functionality of `twisty.js` is now part of `cubing.js`. Please see: https://js.cubing.net/cubing/twisty/
GNU General Public License v3.0
60 stars 15 forks source link

Alg equality checking. #67

Open lgarron opened 10 years ago

lgarron commented 10 years ago

Allows simplifying [R, U] [R, U] to [R, U]2

Question: is (R U) R == R (U R) ? (While simplifying, I think it should. But structurally, it's unclear.)