|
Boost Users : |
From: Daniel Mitchell (danmitchell_at_[hidden])
Date: 2006-03-14 02:05:22
> Is there an easy/already implemented way to stop the computation of
> the dijkstra_shortest_path algorithm when some target vertex is marked
> as black??
The recommended method is to use a visitor that throws an exception when the
target is colored black.
Daniel
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net