Lines Matching refs:rightMin
323 Real rightMin /*= rightChain->getVertex(rightCorner)[0]*/;
329 rightMin = rightChain->getVertex(rightCorner)[0];
336 rightMin = rightChain->getVertex(rightCorner)[0] + Real(1.0);
356 if(rightChain->getVertex(k)[0] < rightMin)
358 rightMin = rightChain->getVertex(k)[0];
371 if(leftChain->getVertex(k)[0] < rightMin) //no conflict
393 for(k=j+1; k<= rightEnd; k++) //update rightMin and newRightI;
397 if(rightChain->getVertex(k)[0] < rightMin)
399 rightMin = rightChain->getVertex(k)[0];
404 if(leftMax >= rightMin) //there is a conflict
415 if(rightChain->getVertex(j)[0] < rightMin)
417 rightMin = rightChain->getVertex(j)[0];
431 if(leftMax >= rightMin) //there is conflict