Boost logo

Boost Users :

Subject: Re: [Boost-users] Modifying Dijkstra's Shortest Paths algorithm in Boost::Graph to not relax certain edges
From: Andrew Sutton (andrew.n.sutton_at_[hidden])
Date: 2009-04-21 14:44:44


>
> Is there any way I can modify the values inside the weight_map in between
> DSP stages to invalidate certain paths which will result in them being
> rejected for relaxation? Or perhaps there is an easier and tidier way of
> achieving the same result?
>

You probably don't want to modify the edge weights - that might have some
weird side effects. You might want to look at providing new distance_compare
and distance_combine functions for the Dijkstra algorithm.

Andrew Sutton
andrew.n.sutton_at_[hidden]



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