User612913117 posted
Hi,
Am developing a retail ERP application using asp.net 2.0 and c#. In this application i have a module is called TRANSPORTATION TRUCK ROUTING. i want to give the shortest path for the TRUCK.how can i implemet this one.
My Requriment is, I have some stores.The disctance between the stores look like this.
Store-No-A
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
|
Store-No-B
<o:p></o:p>
|
Distance between A & B <o:p></o:p>
<o:p></o:p>
|
01<o:p></o:p>
|
02<o:p></o:p>
|
15<o:p></o:p>
|
01<o:p></o:p>
|
03<o:p></o:p>
|
19<o:p></o:p>
|
01<o:p></o:p>
|
04<o:p></o:p>
|
21<o:p></o:p>
|
01<o:p></o:p>
|
05<o:p></o:p>
|
25<o:p></o:p>
|
Etc. etc.<o:p></o:p>
|
<o:p> </o:p>
|
<o:p> </o:p>
|
02<o:p></o:p>
|
03<o:p></o:p>
|
8<o:p></o:p>
|
02<o:p></o:p>
|
04<o:p></o:p>
|
14<o:p></o:p>
|
02<o:p></o:p>
|
05<o:p></o:p>
|
23<o:p></o:p>
|
02<o:p></o:p>
|
06<o:p></o:p>
|
16<o:p></o:p>
|
Etc. etc<o:p></o:p>
|
<o:p> </o:p>
|
<o:p> </o:p>
|
i want to Analyzing and Optimizing the Route.ie shortest path algoritham.The system will give the shortest path between the stores ie godowns.How can i do this? can any one give me source code or
sample project ?
Thanks and Regards
Arul.P