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-07-10 16:19:27 +02:00
2024-04-18 17:50:31 +02:00
2023-09-06 15:23:43 +02:00
2023-09-06 15:23:43 +02:00
2024-06-27 11:05:51 +02:00
2024-06-27 11:05:51 +02:00
2024-06-20 10:24:49 +02:00
2024-06-27 11:05:51 +02:00
2024-07-10 16:19:27 +02:00