PermLib
|
subgroup search for the automorphism group of a symmetric matrix based on partition backtracking More...
#include <matrix_automorphism_search.h>
Public Types | |
typedef RBase< BSGSIN, TRANSRET >::PERM | PERM |
Public Member Functions | |
MatrixAutomorphismSearch (const BSGSIN &bsgs, unsigned int pruningLevelDCM) | |
constructor | |
template<class MATRIX > | |
void | construct (const MATRIX &matrix, const std::list< unsigned long > *initialPartition=0) |
initializes search |
subgroup search for the automorphism group of a symmetric matrix based on partition backtracking
permlib::partition::MatrixAutomorphismSearch< BSGSIN, TRANSRET >::MatrixAutomorphismSearch | ( | 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::partition::MatrixAutomorphismSearch< BSGSIN, TRANSRET >::construct | ( | const MATRIX & | matrix, |
const std::list< unsigned long > * | initialPartition = 0 |
||
) |
initializes search
matrix | symmetric matrix |
initialPartition | initial list of row/column indices that have to be mapped onto each other, may be NULL |