SupposeNot / RAMP

Research Assistant for Maps and Polytopes
4 stars 0 forks source link

Add a 3-argument version of PermFromRange #140

Closed CunningGabe closed 2 years ago

CunningGabe commented 2 years ago

There is a utility function PermFromRange that attempts to interpret expressions like (1,2) ... (99,100). [In this case, you would get the permutation (1,2)(3,4)(5,6)...(99,100).] But we should also have a 3-argument version so that if you do something like (1,2)(5,6)...(41,42) then you get (1,2)(5,6)(9,10)...(41,42).

CunningGabe commented 2 years ago

Done in d76cb4612e4b1222b5c134dc9fd74fd205cb8b06.