Searched refs:fNormalCost (Results 1 – 1 of 1) sorted by relevance
41 return { fNormalCost + rhs.fNormalCost, fNarrowingCost + rhs.fNarrowingCost, false };45 return std::tie( fImpossible, fNarrowingCost, fNormalCost) <46 std::tie(rhs.fImpossible, rhs.fNarrowingCost, rhs.fNormalCost);49 int fNormalCost; member