fix invalid contract node

This commit is contained in:
xin.wang
2024-11-11 16:26:53 +08:00
parent 3614af7f64
commit 7542f1a64a
3 changed files with 19 additions and 10 deletions
+1
View File
@@ -13,6 +13,7 @@ namespace osrm::contractor
void search(ContractorHeap &heap,
const ContractorGraph &graph,
const std::vector<bool> &contractable,
const unsigned number_of_targets,
const int node_limit,
const EdgeWeight weight_limit,