Searched refs:pPreE0 (Results 1 – 1 of 1) sorted by relevance
640 cvPEmdEdge pNxtE, pPreE0; in findNewSolution() local657 pPreE0 = pNxtN->pChild; in findNewSolution()658 while(pPreE0->pNxt != pNxtE) in findNewSolution()659 pPreE0 = pPreE0->pNxt; in findNewSolution()660 pPreE0->pNxt = pNxtE->pNxt; // remove Leaving-BV from child list in findNewSolution()