Skip to content

Commit 6be468b

Browse files
committed
Contract the exclude-flag sub-graphs as well
1 parent 29ce651 commit 6be468b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/contractor/contract_excludable_graph.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ inline auto contractExcludableGraph(ContractorGraph contractor_graph_,
8181
auto filtered_core_graph =
8282
shared_core_graph.Filter([&filter](const NodeID node) { return filter[node]; });
8383

84+
contractGraph(filtered_core_graph, is_shared_core, is_shared_core, node_weights);
85+
8486
edge_container.Merge(toEdges<QueryEdge>(std::move(filtered_core_graph)));
8587
}
8688

0 commit comments

Comments
 (0)