<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Behind the Scenes of OptiMap</title>
	<atom:link href="http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/feed/" rel="self" type="application/rss+xml" />
	<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/</link>
	<description>10 PRINT "GEB", 20 GOTO 10</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:27:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rohan</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-4766</link>
		<dc:creator>Rohan</dc:creator>
		<pubDate>Tue, 24 Jan 2012 14:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-4766</guid>
		<description>Thanks for the help. Really appreciate it. Pointing out the js file with the code was a boon too. 

Rohan</description>
		<content:encoded><![CDATA[<p>Thanks for the help. Really appreciate it. Pointing out the js file with the code was a boon too. </p>
<p>Rohan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geir</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-4580</link>
		<dc:creator>geir</dc:creator>
		<pubDate>Sun, 22 Jan 2012 07:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-4580</guid>
		<description>The problem you are trying to solve is called TSP with time windows (TSPTW). The algorithms used by optimap (in BpTspSolver.js) can be modified to handle the extra restrictions of time windows, but it is not trivial to do so. Depending on how many stops you are planning for, modify only the appropriate algorithm (tspBruteForce if 10 or less, tspDynamic if 15 or less, or tspAntColonyK2 if more).</description>
		<content:encoded><![CDATA[<p>The problem you are trying to solve is called TSP with time windows (TSPTW). The algorithms used by optimap (in BpTspSolver.js) can be modified to handle the extra restrictions of time windows, but it is not trivial to do so. Depending on how many stops you are planning for, modify only the appropriate algorithm (tspBruteForce if 10 or less, tspDynamic if 15 or less, or tspAntColonyK2 if more).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohan</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-4579</link>
		<dc:creator>Rohan</dc:creator>
		<pubDate>Sun, 22 Jan 2012 07:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-4579</guid>
		<description>Hi, 

This is just brilliant. I was trying to find the proper algorithm to do the same thing for a project. The behind the scenes page puts everything just perfectly. 

Could you help me with adding appointment times to the optimap. That is what I have to work on right now. To put it very concisely some nodes will have unavailable times listed as well and cannot be visited at those times. To finish my project I have to add that functionality. Could you help me or redirect me to some site where I could find a solution?

Thanks
Rohan</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This is just brilliant. I was trying to find the proper algorithm to do the same thing for a project. The behind the scenes page puts everything just perfectly. </p>
<p>Could you help me with adding appointment times to the optimap. That is what I have to work on right now. To put it very concisely some nodes will have unavailable times listed as well and cannot be visited at those times. To finish my project I have to add that functionality. Could you help me or redirect me to some site where I could find a solution?</p>
<p>Thanks<br />
Rohan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geir</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-2522</link>
		<dc:creator>geir</dc:creator>
		<pubDate>Tue, 03 Jan 2012 07:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-2522</guid>
		<description>Hi Terrance,

Thanks for the kind words. I&#039;m always curious to know how people are using OptiMap. Let me know if there&#039;s anything I can change or add to make your day easier :-)</description>
		<content:encoded><![CDATA[<p>Hi Terrance,</p>
<p>Thanks for the kind words. I&#8217;m always curious to know how people are using OptiMap. Let me know if there&#8217;s anything I can change or add to make your day easier <img src='http://gebweb.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terrance</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-2455</link>
		<dc:creator>Terrance</dc:creator>
		<pubDate>Mon, 02 Jan 2012 22:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-2455</guid>
		<description>You are a godsend! Thank so very very much for this. I&#039;m starting a new job where I have to go to multiple locations and was wondering how I would be able to figure out the best route and print driving directions. I had a conversation about this with a friend that I know with an interest in math. He told me about the salesman problem. I did a web search on that and it lead me to your site.</description>
		<content:encoded><![CDATA[<p>You are a godsend! Thank so very very much for this. I&#8217;m starting a new job where I have to go to multiple locations and was wondering how I would be able to figure out the best route and print driving directions. I had a conversation about this with a friend that I know with an interest in math. He told me about the salesman problem. I did a web search on that and it lead me to your site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-615</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 16 Nov 2011 01:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-615</guid>
		<description>I used your program yesterday without any issue.  Tonight I tried it again and it just calculates and calculates and never comes up with a solution.  What may be wrong?</description>
		<content:encoded><![CDATA[<p>I used your program yesterday without any issue.  Tonight I tried it again and it just calculates and calculates and never comes up with a solution.  What may be wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-597</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Wed, 05 Oct 2011 14:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-597</guid>
		<description>Hi,

Do you have the facility to download maps to Tom Tom Start 20 which I believe uses my Tom Tom instead of Tom Tom Home?

Thanks

Alistair.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you have the facility to download maps to Tom Tom Start 20 which I believe uses my Tom Tom instead of Tom Tom Home?</p>
<p>Thanks</p>
<p>Alistair.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geir</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-503</link>
		<dc:creator>Geir</dc:creator>
		<pubDate>Thu, 02 Jun 2011 17:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-503</guid>
		<description>I can still click the &#039;add to tomtom&#039; button and see an itinerary file
getting created. What happens when you are clicking the button? Can
you download the itinerary at all, or is it just in the wrong order?</description>
		<content:encoded><![CDATA[<p>I can still click the &#8216;add to tomtom&#8217; button and see an itinerary file<br />
getting created. What happens when you are clicking the button? Can<br />
you download the itinerary at all, or is it just in the wrong order?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-501</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Thu, 02 Jun 2011 16:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-501</guid>
		<description>Hey what happened to the Add to TomTom button on optimap...  I use this app every day for work and without this button im lost!!!!</description>
		<content:encoded><![CDATA[<p>Hey what happened to the Add to TomTom button on optimap&#8230;  I use this app every day for work and without this button im lost!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geir</title>
		<link>http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-497</link>
		<dc:creator>Geir</dc:creator>
		<pubDate>Tue, 31 May 2011 14:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://gebweb.net/blogpost/2007/07/05/behind-the-scenes-of-optimap/#comment-497</guid>
		<description>No, unfortunately, the results cannot be loaded onto the Google navigator app at this time, as it has no API for receiving destinations from outside the app.</description>
		<content:encoded><![CDATA[<p>No, unfortunately, the results cannot be loaded onto the Google navigator app at this time, as it has no API for receiving destinations from outside the app.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

