Lines Matching refs:rightMin
339 Real rightMin /*= rightChain->getVertex(rightEndIndex)[0]*/;
345 rightMin = rightChain->getVertex(rightEndIndex)[0];
352 rightMin = rightChain->getVertex(rightEndIndex)[0] + Real(1.0);
373 if(rightChain->getVertex(k)[0] < rightMin)
375 rightMin = rightChain->getVertex(k)[0];
388 if(leftChain->getVertex(k)[0] < rightMin) //no conflict
409 for(k=j-1; k>= rightStartIndex; k--) //update rightMin and newRightI.
413 if(rightChain->getVertex(k)[0] < rightMin)
415 rightMin = rightChain->getVertex(k)[0];
420 if(leftMax >= rightMin) //there is a conflict
430 if(rightChain->getVertex(j)[0] < rightMin)
432 rightMin = rightChain->getVertex(j)[0];
447 if(leftMax >= rightMin) //there is a conflict