permlib  0.2.6
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Types | Public Member Functions
permlib::classic::SetStabilizerSearch< BSGSIN, TRANSRET > Class Template Reference

subgroup search for a set stabilizer based on classical backtracking More...

#include <set_stabilizer_search.h>

Inheritance diagram for permlib::classic::SetStabilizerSearch< BSGSIN, TRANSRET >:
permlib::classic::BacktrackSearch< BSGSIN, TRANSRET > permlib::BaseSearch< BSGSIN, TRANSRET >

List of all members.

Public Types

typedef BacktrackSearch
< BSGSIN, TRANSRET >::PERM 
PERM

Public Member Functions

 SetStabilizerSearch (const BSGSIN &bsgs, unsigned int pruningLevelDCM)
 constructor
template<class InputIterator >
void construct (InputIterator begin, InputIterator end)
 initializes search

Detailed Description

template<class BSGSIN, class TRANSRET>
class permlib::classic::SetStabilizerSearch< BSGSIN, TRANSRET >

subgroup search for a set stabilizer based on classical backtracking


Constructor & Destructor Documentation

template<class BSGSIN , class TRANSRET >
permlib::classic::SetStabilizerSearch< BSGSIN, TRANSRET >::SetStabilizerSearch ( const BSGSIN &  bsgs,
unsigned int  pruningLevelDCM 
)

constructor

Parameters:
bsgsBSGS of group
pruningLevelDCMlevel up to which expensive double coset minimality pruning is performed; zero to disable

Member Function Documentation

template<class BSGSIN , class TRANSRET >
template<class InputIterator >
void permlib::classic::SetStabilizerSearch< BSGSIN, TRANSRET >::construct ( InputIterator  begin,
InputIterator  end 
)

initializes search

Parameters:
beginiterator(unsigned long) begin of the set to be stabilized
enditerator(unsigned long) end of the set to be stabilized

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