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