|
permlib
0.2.8
Library for permutation computations
|
base change by a sequence of point insertions and transpositions More...
#include <simple_base_change.h>
Public Member Functions | |
| SimpleBaseChange (const BSGS< PERM, TRANS > &) | |
| constructor | |
| 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 a sequence of point insertions and transpositions
1.7.6.1