summaryrefslogtreecommitdiff
path: root/matching/include/matching_distance.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-07Fix multiple bugs in matching distance for modules, add example.Arnur Nigmetov
2020-03-04Make matching distance header-only.Arnur Nigmetov
2020-02-19Fix BifiltrationProxy bug; disable debug output.Arnur Nigmetov
1. Same bifiltration was used in constructing two bifiltration proxies; the second bifiltration was ignored. Fixed. 2. Switched from spd::info to spd::debug in most places. 3. Get rid of absolute paths for test bifiltrations.
2020-02-18Interim: matching distance for modulesArnur Nigmetov
1. Templatize DistanceCalculator (DiagramProvider) 2. Add BifiltrationProxy with the same interface as ModulePresentation (dimension fixed). 3. Call Hera with relative error. 4. Add class ModulePresentation. To-Do: reading module presentations from Rivet format.