493{
494
495
496
497
498
499
500
501
502
504 std::vector<int> overlap_indices;
505 for (int i=0; i<word_index; ++i)
506 {
508 overlap_indices.clear();
510 for (auto j : overlap_indices)
511 newLeftOverlaps.push_back(std::make_tuple(i, j, word_index,true));
512 }
513
514}
static void overlaps(WordWithData word1, WordWithData word2, std::vector< int > &result_overlaps)
std::vector< int > mIndices
std::vector< WordWithData > mMonomials