permlib  0.2.6
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions
permlib::partition::SetStabilizeRefinement< PERM > Class Template Reference

concrete $\mathcal P$-refinements for set stabilization More...

#include <set_stabilize_refinement.h>

Inheritance diagram for permlib::partition::SetStabilizeRefinement< PERM >:
permlib::partition::Refinement< PERM >

List of all members.

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

Detailed Description

template<class PERM>
class permlib::partition::SetStabilizeRefinement< PERM >

concrete $\mathcal P$-refinements for set stabilization


Member Function Documentation

template<class PERM >
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

See also:
undo
apply2
Returns:
number of elementary intersections that were needed for refinement application

Implements permlib::partition::Refinement< PERM >.


The documentation for this class was generated from the following file: