permlib  0.2.9
Library for permutation computations
Public Member Functions | List of all members
permlib::FirstRedundantBasePointInsertionStrategy< PERM, TRANS > Class Template Reference

insertion position at first position i such that $G^{[i]}$ stabilizes beta More...

#include <redundant_base_point_insertion_strategy.h>

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

Public Member Functions

 FirstRedundantBasePointInsertionStrategy (const BSGS< PERM, TRANS > &bsgs)
 constructor
 
virtual int findInsertionPoint (dom_int beta, std::list< typename PERM::ptr > &S_i) const
 finds possible insertion point for base point More...
 
- Public Member Functions inherited from permlib::RedundantBasePointInsertionStrategy< PERM, TRANS >
 RedundantBasePointInsertionStrategy (const BSGS< PERM, TRANS > &bsgs)
 constructor More...
 

Additional Inherited Members

- Protected Attributes inherited from permlib::RedundantBasePointInsertionStrategy< PERM, TRANS >
const BSGS< PERM, TRANS > & m_bsgs
 BSGS to work on.
 

Detailed Description

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

insertion position at first position i such that $G^{[i]}$ stabilizes beta

Member Function Documentation

◆ findInsertionPoint()

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

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

Implements permlib::RedundantBasePointInsertionStrategy< PERM, TRANS >.


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