Searched refs:shortpath (Results 1 – 6 of 6) sorted by relevance
17 project(shortpath CXX) project23 add_executable(shortpath shortpath.cpp) target25 target_link_libraries(shortpath TBB::tbb Threads::Threads)26 target_compile_options(shortpath PRIVATE ${TBB_CXX_STD_FLAG})28 set(EXECUTABLE "$<TARGET_FILE:shortpath>")32 add_execution_target(run_shortpath shortpath ${EXECUTABLE} "${ARGS}")33 add_execution_target(perf_run_shortpath shortpath ${EXECUTABLE} "${PERF_ARGS}")
109 void shortpath() { in shortpath() function316 shortpath(); in main()
28 shortpath [#threads=value] [verbose] [silent] [N=value] [start=value] [end=value] [-h] [#threads]
6 | shortpath | Solves the single source shortest path problem using a `concurrent_priority_queue` c…
38 tbb_add_example(concurrent_priority_queue shortpath)
8 | concurrent_priority_queue/shortpath | Solves the single source shortest path problem using a `co…