mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 11:44:28 +03:00
graph_undirected: adapt bidi graph to undirected
Introduces an adaptor (like the BGL's reverse_graph) that presents an undirected view of a bidirectional graph. Initially used in ng_calc_components.
This commit is contained in:
committed by
Chang, Harry
parent
16076ed4a3
commit
c7c90c7ab7
@@ -77,6 +77,7 @@ set(unit_internal_SOURCES
|
||||
internal/flat_set.cpp
|
||||
internal/flat_map.cpp
|
||||
internal/graph.cpp
|
||||
internal/graph_undirected.cpp
|
||||
internal/insertion_ordered.cpp
|
||||
internal/lbr.cpp
|
||||
internal/limex_nfa.cpp
|
||||
|
Reference in New Issue
Block a user