Searched refs:popMin (Results 1 – 4 of 4) sorted by relevance
147 bool popMin(T& value) in popMin() function
452 while ( heap->popMin(branch) && (checkCount < maxCheck || !result.full() )) { in getNeighbors()
562 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()
512 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()