534{
535 std::vector<int>
monom1 {1, 1};
536 std::vector<int>
word {1};
537
540
541 std::vector<std::pair<int,int>> matches;
543
544 EXPECT_EQ(matches.size(), 0);
545}
std::vector< int > monom1
Non-owning view of a non-commutative word: [begin, end) of int variable indices.
void subwords(Word word, std::vector< std::pair< int, int > > &output) const
Index of Words (non-commutative monomials) with subword, prefix/suffix, and overlap lookup used by th...