Re: [algogeeks] Project on finding an optimal route given a map.

2010-07-02 Thread Abhishek Sharma
@Anand: Let me know your input we can modify it accordingly. I have already mentioned it in previous posts.. for your sake I ll do it again.. Input is a a map of a small area..(some college campus)..it can be in the form of an image, osm format (www.openstreetmap.org) or in the kml format (

Re: [algogeeks] Project on finding an optimal route given a map.

2010-07-01 Thread siddharth srivastava
Hi On 28 June 2010 23:01, Abhishek Sharma jkabhishe...@gmail.com wrote: @senthil: thanks for the interest.. I did that purposely..(just wanted to see if any1 is interested or not).. here are the details... I have a map..of a small area (say a college campus).. in OSM(openstreetmap) format

Re: [algogeeks] Project on finding an optimal route given a map.

2010-06-29 Thread Anand
@ Abhishek, Initially to start with let's take every Dept as Nodes and find the shortest route between them. if this works we can extend it further for other areas also. On Mon, Jun 28, 2010 at 10:31 AM, Abhishek Sharma jkabhishe...@gmail.comwrote: @senthil: thanks for the interest.. I did

Re: [algogeeks] Project on finding an optimal route given a map.

2010-06-28 Thread Abhishek Sharma
@senthil: thanks for the interest.. I did that purposely..(just wanted to see if any1 is interested or not).. here are the details... I have a map..of a small area (say a college campus).. in OSM(openstreetmap) format or it could also be in kml (google map) format.. Now the application is