We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
num_threads
1 parent 2cc8082 commit 4523047Copy full SHA for 4523047
1 file changed
include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp
@@ -112,7 +112,6 @@ BestFirstSearchResult<T> Graph<T>::best_first_search(
112
template <typename T>
113
const std::vector<Node<T>> Graph<T>::concurrency_breadth_first_search(
114
const Node<T> &start, size_t num_threads) const {
115
- num_threads = 1;
116
std::vector<Node<T>> bfs_result;
117
// check is exist node in the graph
118
auto &nodeSet = Graph<T>::getNodeSet();
0 commit comments