permlib  0.2.9
Library for permutation computations
Public Member Functions | Protected Attributes | List of all members
permlib::RedundantBasePointInsertionStrategy< PERM, TRANS > Class Template Referenceabstract

strategy for redundant base point insertion More...

#include <redundant_base_point_insertion_strategy.h>

Inheritance diagram for permlib::RedundantBasePointInsertionStrategy< PERM, TRANS >:
permlib::FirstRedundantBasePointInsertionStrategy< PERM, TRANS > permlib::TrivialRedundantBasePointInsertionStrategy< PERM, TRANS >

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.
 

Detailed Description

template<class PERM, class TRANS>
class permlib::RedundantBasePointInsertionStrategy< PERM, TRANS >

strategy for redundant base point insertion

Constructor & Destructor Documentation

◆ RedundantBasePointInsertionStrategy()

template<class PERM , class TRANS >
permlib::RedundantBasePointInsertionStrategy< PERM, TRANS >::RedundantBasePointInsertionStrategy ( const BSGS< PERM, TRANS > &  bsgs)
inline

constructor

Parameters
bsgsBSGS to work on

Member Function Documentation

◆ findInsertionPoint()

template<class PERM , class TRANS >
virtual int permlib::RedundantBasePointInsertionStrategy< PERM, TRANS >::findInsertionPoint ( dom_int  beta,
std::list< typename PERM::ptr > &  S_i 
) const
pure virtual

finds possible insertion point for base point

Parameters
betabase point to be inserted
S_igenerators for i-th fundamental orbit where i is the insert position found
Returns
insert position; if negative then beta is already base point at position -$retVal-1

Implemented in permlib::FirstRedundantBasePointInsertionStrategy< PERM, TRANS >, and permlib::TrivialRedundantBasePointInsertionStrategy< PERM, TRANS >.


The documentation for this class was generated from the following file: