Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <permutation.h>
Public Member Functions | |
PermutationApplier (PermutationCycleHandler< IndexType > *cycle_handler) | |
PermutationApplier (const PermutationApplier &)=delete | |
This type is neither copyable nor movable. | |
PermutationApplier & | operator= (const PermutationApplier &)=delete |
void | Apply (IndexType permutation[], int permutation_start, int permutation_end) |
Definition at line 177 of file permutation.h.
|
inlineexplicit |
Definition at line 179 of file permutation.h.
|
delete |
This type is neither copyable nor movable.
|
inline |
cycle_start is only for debugging.
Set current back to the start of this cycle.
Definition at line 186 of file permutation.h.
|
delete |