Subject: [Boost-users] Undirected version of dijkstra shortest path on directed graph.
From: Jupp Tscheak (jupp.tscheak_at_[hidden])
Date: 2013-02-04 12:39:13


Hello BGL specialists.

Is it possible to use an undirected version of dijkstra shortest path
function on an /adjacency_list/ which /Directed/ template parameter is
set to bidirectional?

Thanks in advance :)