Searched refs:QueueElement (Results 1 – 1 of 1) sorted by relevance
153 typedef std::pair<Scalar, Index> QueueElement; //first element is priority in minimize_helper() typedef159 …std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //… in minimize_helper()242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority in BVMinimize() typedef252 …std::priority_queue<QueueElement, std::vector<QueueElement>, std::greater<QueueElement> > todo; //… in BVMinimize()