Files
Andrea Gussoni eeca8f781c GenericGraph: introduce Undirected
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`.
2024-08-12 12:32:45 +02:00
..
2024-05-03 21:52:40 +02:00
2024-06-27 11:05:51 +02:00
2023-04-08 08:42:23 +02:00
2023-03-15 10:19:01 +01:00
2024-06-27 11:05:48 +02:00