Definition at line 161 of file WordTable.cpp.
163{
164 int start_index = -1;
166 {
168 {
169 output = std::make_pair(i, start_index);
170 return true;
171 }
172 }
173 return false;
174}
std::vector< Word > mMonomials
static bool subwordPosition(Word word1, Word word2, int &result_start_index)
References mMonomials, subwordPosition(), and word.
Referenced by NCGroebner::twoSidedReduction().