permlib
0.2.6
Library for permutation computations
|
#include <set_image_refinement.h>
Public Member Functions | |
template<class InputIterator > | |
SetImageRefinement (unsigned long n, InputIterator begin, InputIterator end, InputIterator beginImg, InputIterator endImg) | |
constructor | |
virtual unsigned int | apply (Partition &pi) const |
applies (left-)refinement to pi which is the original partition this refinement was initialized to | |
virtual unsigned int | apply2 (Partition &pi, const PERM &t) const |
applies (right-)refinement to pi which is the image of the original partition this refinement was initialized to under t | |
virtual bool | init (Partition &pi) |
initializes refinement |
concrete -refinements for set image
permlib::partition::SetImageRefinement< PERM >::SetImageRefinement | ( | unsigned long | n, |
InputIterator | begin, | ||
InputIterator | end, | ||
InputIterator | beginImg, | ||
InputIterator | endImg | ||
) |
constructor
n | cardinality of the set the group acts on |
begin | iterator(unsigned long) begin of the set ![]() |
end | iterator(unsigned long) end of the set ![]() |
beginImg | iterator(unsigned long) begin of the set ![]() |
endImg | iterator(unsigned long) end of the set ![]() |
unsigned int permlib::partition::SetImageRefinement< PERM >::apply | ( | Partition & | pi | ) | const [virtual] |
applies (left-)refinement to pi which is the original partition this refinement was initialized to
Implements permlib::partition::Refinement< PERM >.
unsigned int permlib::partition::SetImageRefinement< PERM >::apply2 | ( | Partition & | pi, |
const PERM & | t | ||
) | const [virtual] |
applies (right-)refinement to pi which is the image of the original partition this refinement was initialized to under t
Reimplemented from permlib::partition::Refinement< PERM >.