|
permlib
0.2.9
Library for permutation computations
|
A sorter that sorts a sequence of permutations with respect to a ordering induced by a base. More...
#include <group_sorter.h>
Public Member Functions | |
| template<class InputIterator > | |
| GroupSorter (unsigned int size, InputIterator begin, InputIterator end) | |
| constructor More... | |
| bool | operator() (PERM a, PERM b) const |
| true iff a < b | |
A sorter that sorts a sequence of permutations with respect to a ordering induced by a base.
|
inline |
constructor
| size | size of sequence to be sorted |
| begin | begin iterator for partial sequence that induces the ordering |
| end | end iterator for partial sequence that induces the ordering |