Searched refs:MyPending (Results 1 – 1 of 1) sorted by relevance
2108 const unsigned MyPending = ScoreUBs[T] - ScoreLBs[T]; in merge() local2110 const unsigned NewUB = ScoreLBs[T] + std::max(MyPending, OtherPending); in merge()