summaryrefslogtreecommitdiff
path: root/matching/include/persistence_module.hpp
AgeCommit message (Collapse)Author
2021-05-07Fix bugs in matching distance for modules.Arnur Nigmetov
1. Twist reduction should not be used for modules, clearing makes no sense and creates erroneous points. Just use standard reduction. 2. Infinite points for modules (gens/relations case) are treated slightly differently.
2020-06-01Remove spdlog and fmt from matching distance code.Arnur Nigmetov
2020-03-09Add tests for module slice restriction.Arnur Nigmetov
2020-03-07Fix multiple bugs in matching distance for modules, add example.Arnur Nigmetov
2020-03-04Make matching distance header-only.Arnur Nigmetov