libsemigroups / HPCombi

Fast combinatorics in C++ using SSE/AVX instruction sets
https://libsemigroups.github.io/HPCombi/
GNU General Public License v3.0
15 stars 7 forks source link

Perm16::inverse should be const #4

Closed james-d-mitchell closed 4 years ago

james-d-mitchell commented 6 years ago

Any reason not to have this be const?

james-d-mitchell commented 6 years ago

@hivert