Home
last modified time | relevance | path

Searched refs:open_set (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/concurrent_priority_queue/shortpath/
H A Dshortpath.cpp105 oneapi::tbb::concurrent_priority_queue<vertex_rec, compare_f> open_set; // tentative vertices variable
114 open_set.emplace(src, f_distance[src]); // emplace src into open_set in shortpath()
124 while (open_set.try_pop(u_rec)) { in shortpath_helper()
153 open_set.push(std::make_pair(v, new_f_v)); in shortpath_helper()