8 #ifndef INCLUDE_MOLASSEMBLER_RANKING_MAPPING_H
9 #define INCLUDE_MOLASSEMBLER_RANKING_MAPPING_H
12 #include <unordered_map>
13 #include "boost/optional/optional.hpp"
16 namespace Molassembler {
19 using Map = std::unordered_map<SiteIndex, SiteIndex, SiteIndex::Hash>;
22 boost::optional<SiteIndex> changedSite;
Definition: RankingMapping.h:18