PermLib
Public Member Functions
permlib::BSGSGenerator< TRANS > Class Template Reference

stateful generator of BSGS elements More...

#include <bsgs_generator.h>

Inheritance diagram for permlib::BSGSGenerator< TRANS >:
Inheritance graph
[legend]
Collaboration diagram for permlib::BSGSGenerator< TRANS >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BSGSGenerator (const std::vector< TRANS > &U)
 constructor
virtual PERM next ()
 generates an element
virtual bool hasNext ()
 true, iff more elements can be generated

Detailed Description

template<class TRANS>
class permlib::BSGSGenerator< TRANS >

stateful generator of BSGS elements

Constructs all group elements from a list of BSGS transversals


Constructor & Destructor Documentation

template<class TRANS >
permlib::BSGSGenerator< TRANS >::BSGSGenerator ( const std::vector< TRANS > &  U)

constructor

Parameters:
Uvector of BSGS transversals

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