|
permlib
0.2.9
Library for permutation computations
|
-refinements for group membership
More...
#include <refinement_family.h>
Public Types | |
| typedef RefinementFamily< PERM >::RefinementPtr | RefinementPtr |
| typedef RefinementFamily< PERM >::PartitionPtr | PartitionPtr |
Public Types inherited from permlib::partition::RefinementFamily< PERM > | |
| typedef Refinement< PERM >::RefinementPtr | RefinementPtr |
| typedef boost::shared_ptr< Partition > | PartitionPtr |
Public Member Functions | |
| GroupRefinementFamily (const BSGSCore< PERM, TRANS > &bsgs) | |
| refinement family for group membership in given group | |
| virtual std::pair< PartitionPtr, RefinementPtr > | apply (Partition &pi) const |
| tries to initialize a suitable Refinement<PERM> for given partition More... | |
Public Member Functions inherited from permlib::partition::RefinementFamily< PERM > | |
| virtual | ~RefinementFamily () |
| virtual destructor | |
-refinements for group membership
|
inlinevirtual |
tries to initialize a suitable Refinement<PERM> for given partition
| pi | partition to initialize the refinement to |
Implements permlib::partition::RefinementFamily< PERM >.