permlib
0.2.6
Library for permutation computations
|
concrete -refinements for set stabilization
More...
#include <set_stabilize_refinement.h>
Public Member Functions | |
template<class InputIterator > | |
SetStabilizeRefinement (unsigned long n, InputIterator begin, InputIterator end) | |
constructor | |
virtual unsigned int | apply (Partition &pi) const |
applies (left-)refinement to pi which is the original partition this refinement was initialized to | |
virtual bool | init (Partition &pi) |
initializes refinement |
concrete -refinements for set stabilization
unsigned int permlib::partition::SetStabilizeRefinement< 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 >.