|
permlib
0.2.8
Library for permutation computations
|
base change by constructing a new base with random schreier sims More...
#include <new_base_change.h>
Public Member Functions | |
| NewBaseChange (const BSGS< PERM, TRANS > &bsgs) | |
| constructor | |
| ~NewBaseChange () | |
| destructor | |
| template<class InputIterator > | |
| void | change (BSGS< PERM, TRANS > &bsgs, InputIterator baseBegin, InputIterator baseEnd, bool skipRedundant=false) const |
| changes base of bsgs so that it starts with the sequence given by baseBegin to baseEnd | |
base change by constructing a new base with random schreier sims
1.7.6.1