Searched refs:BestNodeCost (Results 1 – 1 of 1) sorted by relevance
629 int BestNodeCost = -1; in solveGreedy() local661 if (TempCost < BestNodeCost || BestNodeCost == -1) { in solveGreedy()663 BestNodeCost = TempCost; in solveGreedy()667 if (BestNodeCost == 0) in solveGreedy()