mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-30 03:34:25 +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
@@ -1014,6 +1014,7 @@ SET (hs_compile_SRCS
|
||||
src/util/graph.h
|
||||
src/util/graph_range.h
|
||||
src/util/graph_small_color_map.h
|
||||
src/util/graph_undirected.h
|
||||
src/util/hash.h
|
||||
src/util/hash_dynamic_bitset.h
|
||||
src/util/insertion_ordered.h
|
||||
|
Reference in New Issue
Block a user