fifth-postulate / solving-permutation-puzzles.rust

Rust code to solve permutation puzzles.
MIT License
0 stars 0 forks source link

Select stabilizers judicously #6

Closed dvberkel closed 6 years ago

dvberkel commented 6 years ago

At the moment we only check if the stabilizer isn't the identity. But we should check that it isn't already contained in the Stabilizer group.

dvberkel commented 6 years ago

For now we could settle for checking it is different than the others