$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Directed graph, incoming edges
From: Jeremy Murphy (jeremy.william.murphy_at_[hidden])
Date: 2014-05-30 01:33:12
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.
Jeremy