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