5 #ifndef BPP_SEQ_ALPHABET_ALPHABETTOOLS_H
6 #define BPP_SEQ_ALPHABET_ALPHABETTOOLS_H
191 static bool match(std::shared_ptr<const Alphabet> alphabet,
int i,
int j)
193 std::vector<int> a = alphabet->getAlias(i);
194 std::vector<int> b = alphabet->getAlias(j);
205 std::ignore =
dynamic_cast<const Y&
>(alphabet);
208 catch (std::exception& e)
This alphabet is used to deal NumericAlphabet.