Searched refs:BestNodeCost (Results 1 – 1 of 1) sorted by relevance
722 int BestNodeCost = -1; in greedyFind() local755 if (TempCost < BestNodeCost || BestNodeCost == -1) { in greedyFind()757 BestNodeCost = TempCost; in greedyFind()761 if (BestNodeCost == 0) in greedyFind()