30 May
2014
30 May
'14
8:58 a.m.
From: Jeremy Murphy
To: boost-users@lists.boost.org Sent: Thursday, May 29, 2014 11:33 PM Subject: [Boost-users] Directed graph, incoming edges Just wondering what people generally do when they want to model a directed graph but they also want efficient access to the incoming edges of a vertex? Make a bidirectional graph and store directionality as a property of an edge? Thanks, cheers.
A bidirectional graph already has directed edges -- it just has access to in edges as well as out edges. -- Jeremiah Willcock