permlib
0.2.6
Library for permutation computations
|
subgroup search for a set stabilizer based on classical backtracking More...
#include <set_stabilizer_search.h>
Public Types | |
typedef BacktrackSearch < BSGSIN, TRANSRET >::PERM | PERM |
Public Member Functions | |
SetStabilizerSearch (const BSGSIN &bsgs, unsigned int pruningLevelDCM) | |
constructor | |
template<class InputIterator > | |
void | construct (InputIterator begin, InputIterator end) |
initializes search |
subgroup search for a set stabilizer based on classical backtracking
permlib::classic::SetStabilizerSearch< BSGSIN, TRANSRET >::SetStabilizerSearch | ( | const BSGSIN & | bsgs, |
unsigned int | pruningLevelDCM | ||
) |
constructor
bsgs | BSGS of group |
pruningLevelDCM | level up to which expensive double coset minimality pruning is performed; zero to disable |
void permlib::classic::SetStabilizerSearch< BSGSIN, TRANSRET >::construct | ( | InputIterator | begin, |
InputIterator | end | ||
) |
initializes search
begin | iterator(unsigned long) begin of the set to be stabilized |
end | iterator(unsigned long) end of the set to be stabilized |