permlib
0.2.6
Library for permutation computations
|
stateful generator of BSGS elements More...
#include <bsgs_generator.h>
Public Member Functions | |
BSGSGenerator (const std::vector< TRANS > &U) | |
constructor | |
virtual PERM | next () |
generates an element | |
virtual bool | hasNext () |
true, iff more elements can be generated |
stateful generator of BSGS elements
Constructs all group elements from a list of BSGS transversals
permlib::BSGSGenerator< TRANS >::BSGSGenerator | ( | const std::vector< TRANS > & | U | ) |
constructor
U | vector of BSGS transversals |