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

subgroup search for a group intersection based on classical backtracking More...

#include <intersection_search.h>

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

List of all members.

Public Types

typedef BacktrackSearch
< BSGSIN, TRANSRET >::PERM 
PERM
typedef BacktrackSearch
< BSGSIN, TRANSRET >::TRANS 
TRANS

Public Member Functions

 IntersectionSearch (const BSGSIN &bsgs, unsigned int pruningLevelDCM)
 constructor
void construct (BSGSIN *bsgs2)
 initializes search

Detailed Description

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

subgroup search for a group intersection based on classical backtracking


Constructor & Destructor Documentation

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

constructor

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

Member Function Documentation

template<class BSGSIN , class TRANSRET >
void permlib::classic::IntersectionSearch< BSGSIN, TRANSRET >::construct ( BSGSIN *  bsgs2)

initializes search

Parameters:
bsgs2BSGS of second group for intersection

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