mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
eeca8f781c
Introduce the `Undirected` GraphTraits, which treats a `MutableEdgeNode` `GenericGraph` as an undirected graph. The trait uses the newly introduced `UndirectedChildIterator`, which is a special custom iterator to get successors and predecessors concatenated together. Add some unit tests for `UndirectedChildIterator`.