Searched refs:simIter (Results 1 – 2 of 2) sorted by relevance
2520 auto simIter = gapWeightedSimilarityIncremental(s, t, 1.0); variable2521 assert(simIter.front == 3); // three 1-length matches2522 simIter.popFront();2523 assert(simIter.front == 3); // three 2-length matches2524 simIter.popFront();2525 assert(simIter.front == 1); // one 3-length match2526 simIter.popFront();2527 assert(simIter.empty); // no more match2535 auto simIter = gapWeightedSimilarityIncremental(s, t, 1.0); variable2537 assert(simIter.front == 3); // three 1-length matches[all …]
2847 auto simIter = gapWeightedSimilarityIncremental(s, t, 1.0); variable2848 assert(simIter.front == 3); // three 1-length matches2849 simIter.popFront();2850 assert(simIter.front == 3); // three 2-length matches2851 simIter.popFront();2852 assert(simIter.front == 1); // one 3-length match2853 simIter.popFront();2854 assert(simIter.empty); // no more match2862 auto simIter = gapWeightedSimilarityIncremental(s, t, 1.0); variable2864 assert(simIter.front == 3); // three 1-length matches[all …]