Searched refs:estimate_ (Results 1 – 1 of 1) sorted by relevance
754 : weights_(weights), less_(less), estimate_(estimate) {} in AStarWeightCompare()757 Weight wx = Times(weights_[x], estimate_(x)); in operator()758 Weight wy = Times(weights_[y], estimate_(y)); in operator()765 const E &estimate_; variable