Searched refs:fNarrowingCost (Results 1 – 1 of 1) sorted by relevance
33 return !fImpossible && (fNarrowingCost == 0 || allowNarrowing); in isPossible()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);50 int fNarrowingCost; member