3 Jan
2004
3 Jan
'04
11 a.m.
Hi,
I am trying to find the longest path in a DAG using the BGL Dijkstra
function. The call I used is:
dijkstra_shortest_paths(hcg, s, &p[0], &d[0], weightmap, indexmap,
std::greater<int>(), closed_plus<int>(),
0,MAXINT,dijkstra_visitor