Thank you for this video and for explaining the concept. I have two questions which i hope you can answer regardimg this 1) If i want the path to cover all nodes then how to set the constraint 2) Does the concept allow two way direction like if a point is located at dead end and the only way possible is revisiting the prior nodes Really hop you can guide me on this. Thanks
@aplepaple9195 Жыл бұрын
Really neatly explained. Cheers man, I wish my lecturer could do that…
@jiran123411 ай бұрын
Thank you
@kitirolai3 жыл бұрын
If the path is a double-way, for example, like b can go c and c can go b in the video, what will be the difference in the constraint?
@jafacam Жыл бұрын
Hello. Thank you for putting up your shortest path solution. I am trying to do something similar-but-more complex, and am having trouble, and I was wondering if you could give me some guidance. What I want to in Excel with shortest paths is: 1) layout a large m-by-n matrix of nodes, with distances in meters between them. I'll use pseudo-chess-board nomenclature with one axis being A-Z and one axis being numbered 1-n (calling nodes "A1", "C3", "F7", etc) 2) have the ability to request multiple shortest paths from (say) B3->F8, G2->A14, F2->R23, etc 3) partially congest a route based on previous paths. For example, if a route is found it may be tagged as 25% congested between two nodes. Another route may add to this. Eventually the route would be congested, and an alternative shortest path would have to be found. 4) ideally I'd like to make it iteratively optimise, but I realise that may be impossible to do in Excel, so the above congestion may have be sequentially built in Do you know of any examples where such a thing has been done? Thank you in advance, Adam
@رِهامعدنانحنونأبوالهيل3 жыл бұрын
Hlello What is the name of the program that we program this disktra's and prim 's algorithm on? And what is the algorithm for each grant? And thank you✨
@raphaelnunes94193 жыл бұрын
thank you. i used it. have a good day!
@jiran12343 жыл бұрын
Thank you
@hfdez3 жыл бұрын
Hello: Thank you, I used a lot.Hossein Fathi
@jiran12343 жыл бұрын
Thank you
@dhiazalfanadifah9963 жыл бұрын
its very useful for me, Thank you so much
@jiran12343 жыл бұрын
You are most welcome
@yashvichauhan119811 ай бұрын
Why are we using 100 or large numbers where no distance is given ??
@jiran123411 ай бұрын
You can select any large number, but the condition is, it should be larger than any other number in the distance matrix.
@mykavillafranca8313 Жыл бұрын
Hi Sir, May I ask if you own the Linear integer programming formulation of a shortest path problem presented in your YT video, so that I may cite you in my research studies? Hoping for a positive response. Thank you.
@jiran1234 Жыл бұрын
If you find it useful, you are free to do that. This is a standard formulation, but I have adapted the same for this explanation.
@mykavillafranca8313 Жыл бұрын
@@jiran1234 Thanks for the response, sir. In connection with that, may I know the reference (author) you cite for your equation? Hoping for a positive response. Thank you so much.
@yassineakkes64223 жыл бұрын
Good work Plz Can you give us Excel file ?
@magnusiversen31153 жыл бұрын
Do you have a method for solving minimum spanning tree in excel?
@jiran12343 жыл бұрын
Yes, we can do it using easily downloadable external excel add in
@eka61767 ай бұрын
thank you for tutorial.
@michaellee70463 жыл бұрын
why do we need to add the "large" numbers?
@jiran12343 жыл бұрын
Where there is no connection between the nodes in the network, you are not allowed to take that route and this can be assured in Excel calculation by putting a very large positive number ( much larger than any number in the distance matrix).