Closed molpopgen closed 6 years ago
This PR fixes #130 by replacing the mutation position lookup table type with std::unordered_multimap. A nice side-effect is that this new type helps with recurrent mutation models.
std::unordered_multimap
This PR fixes #130 by replacing the mutation position lookup table type with
std::unordered_multimap
. A nice side-effect is that this new type helps with recurrent mutation models.