scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

Add transposition functions #21

Closed gdalle closed 2 years ago

gdalle commented 2 years ago

Hello! Here is a very short pull request containing only two small functions, along with the relevant tests. Such transposition utilities could be useful to perform local search on the space of permutations (at least that is what I plan to use them for).