Closed james-d-mitchell closed 4 years ago
It would be great if HPCombi had a class for partial permutations, which had a constructor taking two vectors A and B so that the resulting partial perm f mapped A[i] to B[i] for every i.
A
B
f
A[i]
B[i]
Constructor from domain and range is now done !
It would be great if HPCombi had a class for partial permutations, which had a constructor taking two vectors
A
andB
so that the resulting partial permf
mappedA[i]
toB[i]
for every i.