|
permlib
0.2.8
Library for permutation computations
|
subgroup search for a group intersection based on partition backtracking More...
#include <intersection_search.h>
Public Types | |
|
typedef RBase< BSGSIN, TRANSRET >::PERM | PERM |
|
typedef RBase< BSGSIN, TRANSRET >::TRANS | TRANS |
|
typedef RBase< BSGSIN, TRANSRET >::PartitionIt | PartitionIt |
Public Member Functions | |
| IntersectionSearch (const BSGSIN &bsgs, unsigned int pruningLevelDCM) | |
| constructor | |
| void | construct (BSGSIN *bsgs2) |
| initializes search | |
subgroup search for a group intersection based on partition backtracking
| permlib::partition::IntersectionSearch< BSGSIN, TRANSRET >::IntersectionSearch | ( | const BSGSIN & | bsgs, |
| unsigned int | pruningLevelDCM | ||
| ) |
constructor
| bsgs | BSGS of first group |
| pruningLevelDCM | level up to which expensive double coset minimality pruning is performed; zero to disable |
| void permlib::partition::IntersectionSearch< BSGSIN, TRANSRET >::construct | ( | BSGSIN * | bsgs2 | ) |
initializes search
| bsgs2 | BSGS of second group for intersection |
1.7.6.1