Info

This question is closed. Reopen it to edit or answer.

How to remove edges with the weights under the specified limit form a graphshortestpath

1 view (last 30 days)
Hi all,
I am trying to find out ways to remove edges with weights under specified limit form a graphshortestpath. What I mean is: before running the algorithm to find the shortest path between the s and d, it is better to remove the links that does not satisfies the bandwidth requirements form the graph. Assuming the weights victor represents links bandwidth. Appreciate your help.
Thanks
Hassan
  2 Comments
arash.ir
arash.ir on 8 May 2012
I have the same question
we have some nodes and some paths between some of them
what function should we use when we want to remove the path which we had found (followed by a goal for example between x and y )
because we need to update a matrix and remove the connection between those nodes in topology matrix

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!