Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
#include <permutation.h>
Public Member Functions | |
PermutationApplier (PermutationCycleHandler< IndexType > *cycle_handler) | |
void | Apply (IndexType permutation[], int permutation_start, int permutation_end) |
In particular, it makes multiple virtual method calls for each element of the permutation.
Definition at line 179 of file permutation.h.
operations_research::PermutationApplier< IndexType >::PermutationApplier | ( | PermutationCycleHandler< IndexType > * | cycle_handler | ) | [inline, explicit] |
Definition at line 181 of file permutation.h.
void operations_research::PermutationApplier< IndexType >::Apply | ( | IndexType | permutation[], | |
int | permutation_start, | |||
int | permutation_end | |||
) | [inline] |
Definition at line 185 of file permutation.h.