-refinements for set stabilization
More...
#include <refinement_family.h>
Public Types | |
typedef RefinementFamily< PERM > ::RefinementPtr | RefinementPtr |
typedef RefinementFamily< PERM > ::PartitionPtr | PartitionPtr |
typedef RefinementFamily< PERM > ::RefinementPtr | RefinementPtr |
typedef RefinementFamily< PERM > ::PartitionPtr | PartitionPtr |
Public Member Functions | |
template<class InputIterator > | |
SetStabilizeRefinementFamily (ulong n, InputIterator begin, InputIterator end) | |
refinement family for set stabilization of given set | |
virtual std::pair < PartitionPtr, RefinementPtr > | apply (Partition &pi) const |
tries to initialize a suitable Refinement<PERM> for given partition | |
template<class InputIterator > | |
SetStabilizeRefinementFamily (ulong n, InputIterator begin, InputIterator end) | |
refinement family for set stabilization of given set | |
virtual std::pair < PartitionPtr, RefinementPtr > | apply (Partition &pi) const |
tries to initialize a suitable Refinement<PERM> for given partition |
-refinements for set stabilization
permlib::partition::SetStabilizeRefinementFamily< PERM >::SetStabilizeRefinementFamily | ( | ulong | n, | |
InputIterator | begin, | |||
InputIterator | end | |||
) | [inline] |
refinement family for set stabilization of given set
n | length of partitions to work with | |
begin | begin iterator(ulong) to set which is to stabilize | |
end | end iterator(ulong) to set which is to stabilize |
permlib::partition::SetStabilizeRefinementFamily< PERM >::SetStabilizeRefinementFamily | ( | ulong | n, | |
InputIterator | begin, | |||
InputIterator | end | |||
) | [inline] |
refinement family for set stabilization of given set
n | length of partitions to work with | |
begin | begin iterator(ulong) to set which is to stabilize | |
end | end iterator(ulong) to set which is to stabilize |
virtual std::pair<PartitionPtr,RefinementPtr> permlib::partition::SetStabilizeRefinementFamily< PERM >::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 >.
virtual std::pair<PartitionPtr,RefinementPtr> permlib::partition::SetStabilizeRefinementFamily< PERM >::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 >.