pub fn elements_generated_by(generators: &Vec<Permutation>) -> Vec<Permutation>Expand description
Calculates the permutations generated by a set of generators.
Note that it uses a naive implementation that stores every permutation it visits.
pub fn elements_generated_by(generators: &Vec<Permutation>) -> Vec<Permutation>Calculates the permutations generated by a set of generators.
Note that it uses a naive implementation that stores every permutation it visits.