permlib 0.2.9
Library for permutation computations
|
abstract base class for base change algorithms More...
#include <base_change.h>
Public Member Functions | |
BaseChange () | |
constructor | |
Protected Member Functions | |
bool | isRedundant (const BSGSCore< PERM, TRANS > &bsgs, unsigned int baseTargetPos, unsigned long alpha) const |
checks if insertion of a base point at given position is redundant | |
abstract base class for base change algorithms
This base class cannot contain a virtual change function unless the input is given explicitly instead of iterators
|
protected |
checks if insertion of a base point at given position is redundant
bsgs | |
baseTargetPos | designated insertion position |
alpha | designated base point |