permlib
0.2.6
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 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 |
-refinements for group membership
virtual std::pair<PartitionPtr,RefinementPtr> permlib::partition::GroupRefinementFamily< PERM, TRANS >::apply | ( | Partition & | pi | ) | const [inline, virtual] |
tries to initialize a suitable Refinement<PERM> for given partition
pi | partition to initialize the refinement to |
Implements permlib::partition::RefinementFamily< PERM >.