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
..
2023-02-23 14:51:10 +01:00
2024-05-22 10:25:25 +02:00
2024-06-20 10:24:50 +02:00
2024-05-03 21:52:40 +02:00
2024-03-18 11:58:11 +01:00
2023-07-31 11:29:40 +02:00
2020-11-13 14:12:18 +01:00
2023-03-15 10:19:01 +01:00
2024-08-05 17:41:34 +02:00
2024-06-20 10:24:49 +02:00
2024-05-03 21:52:40 +02:00
2023-06-30 13:39:22 +02:00
2024-05-03 21:52:40 +02:00
2023-04-08 08:42:23 +02:00
2024-05-03 21:52:40 +02:00
2024-06-20 10:24:50 +02:00
2023-06-30 13:39:22 +02:00
2023-10-09 10:33:48 +02:00
2023-09-06 15:23:43 +02:00
2023-09-06 15:23:43 +02:00
2024-01-26 17:46:21 +01:00
2021-12-22 17:47:54 +01:00
2024-08-07 16:07:59 +02:00
2020-11-13 14:12:18 +01:00
2022-12-13 11:26:25 +01:00
2024-08-05 17:41:41 +02:00
2023-04-28 14:04:32 +02:00
2023-09-06 15:23:43 +02:00
2023-07-02 13:20:49 +02:00
2024-04-19 18:33:00 +02:00
2023-03-15 10:19:01 +01:00
2023-04-08 08:42:23 +02:00
2023-09-06 15:23:43 +02:00
2024-06-20 10:24:50 +02:00
2023-07-02 13:20:49 +02:00
2023-04-08 08:42:23 +02:00
2023-04-08 08:42:23 +02:00
2024-01-26 17:46:21 +01:00
2023-03-15 10:19:01 +01:00
2024-05-03 21:52:40 +02:00
2023-03-13 22:53:44 +01:00
2023-09-06 15:23:43 +02:00
2022-08-08 13:55:34 +02:00
2024-08-12 12:32:45 +02:00
2022-08-08 13:55:34 +02:00
2024-06-27 11:05:51 +02:00