|
permlib
0.2.9
Library for permutation computations
|
strategy for redundant base point insertion More...
#include <redundant_base_point_insertion_strategy.h>
Public Member Functions | |
| RedundantBasePointInsertionStrategy (const BSGS< PERM, TRANS > &bsgs) | |
| constructor More... | |
| virtual int | findInsertionPoint (dom_int beta, std::list< typename PERM::ptr > &S_i) const =0 |
| finds possible insertion point for base point More... | |
Protected Attributes | |
| const BSGS< PERM, TRANS > & | m_bsgs |
| BSGS to work on. | |
strategy for redundant base point insertion
|
inline |
constructor
| bsgs | BSGS to work on |
|
pure virtual |
finds possible insertion point for base point
| beta | base point to be inserted |
| S_i | generators for i-th fundamental orbit where i is the insert position found |
Implemented in permlib::FirstRedundantBasePointInsertionStrategy< PERM, TRANS >, and permlib::TrivialRedundantBasePointInsertionStrategy< PERM, TRANS >.