<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Victor Pillac</title>
	<atom:link href="http://victorpillac.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://victorpillac.wordpress.com</link>
	<description>The Science of Better</description>
	<lastBuildDate>Thu, 26 Jan 2012 07:46:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='victorpillac.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Victor Pillac</title>
		<link>http://victorpillac.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://victorpillac.wordpress.com/osd.xml" title="Victor Pillac" />
	<atom:link rel='hub' href='http://victorpillac.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Fix tooltips color in Ubuntu 11.10</title>
		<link>http://victorpillac.wordpress.com/2011/12/01/fix-tooltips-color-in-ubuntu-11-10/</link>
		<comments>http://victorpillac.wordpress.com/2011/12/01/fix-tooltips-color-in-ubuntu-11-10/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 09:40:49 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://victorpillac.wordpress.com/?p=530</guid>
		<description><![CDATA[The ability to easily customize themes disappeared Ubuntu 11.10, and with it an easy way to fix ugly tooltips problems with some applications such as eclipse. The way to fix this is to manually edit the configurations files: /usr/share/themes/Ambiance/gtk-3.0/settings.ini /usr/share/themes/Ambiance/gtk-3.0/gtk.css &#8230; <a href="http://victorpillac.wordpress.com/2011/12/01/fix-tooltips-color-in-ubuntu-11-10/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=530&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The ability to easily customize themes disappeared Ubuntu 11.10, and with it an easy way to fix ugly tooltips problems with some applications such as eclipse.</p>
<p>The way to fix this is to manually edit the configurations files:<span id="more-530"></span></p>
<pre>/usr/share/themes/Ambiance/gtk-3.0/settings.ini
/usr/share/themes/Ambiance/gtk-3.0/gtk.css
/usr/share/themes/Ambiance/gtk-2.0/gtkrc</pre>
<p>And to replace the values of <code>tooltip_bg_color</code> and <code>tooltip_fg_color</code>.</p>
<p>To make it easier I created a script that does that automatically, it can be downloaded <a title="Tooltip Fix Script" href="http://db.tt/UfCIETuz">here</a>. To run the script, open a terminal, go to the download directory and run:</p>
<pre>chmod +x tooltipfix
sudo ./tooltipfix themeName</pre>
<p>Where <code>themeName</code> is an optional argument to specify the target theme (default is &#8220;Ambiance&#8221;).</p>
<br />Filed under: <a href='http://victorpillac.wordpress.com/category/miscellaneous/software/'>Software</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/victorpillac.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/victorpillac.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/victorpillac.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/victorpillac.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/victorpillac.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/victorpillac.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/victorpillac.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/victorpillac.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/victorpillac.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/victorpillac.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/victorpillac.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/victorpillac.wordpress.com/530/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/victorpillac.wordpress.com/530/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/victorpillac.wordpress.com/530/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=530&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://victorpillac.wordpress.com/2011/12/01/fix-tooltips-color-in-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a2f60b31a1b4a3b064b60279445c790?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Victor</media:title>
		</media:content>
	</item>
		<item>
		<title>A review of dynamic vehicle routing problems</title>
		<link>http://victorpillac.wordpress.com/2011/10/26/a-review-of-dynamic-vehicle-routing-problems/</link>
		<comments>http://victorpillac.wordpress.com/2011/10/26/a-review-of-dynamic-vehicle-routing-problems/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 12:55:29 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Ph.D.]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[vehicle routing]]></category>

		<guid isPermaLink="false">http://victorpillac.wordpress.com/?p=523</guid>
		<description><![CDATA[We published a CIRRELT technical report presenting the current state of the art of dynamic vehicle routing problems: V. Pillac, M. Gendreau, C. Guéret, A. Medaglia A review of dynamic vehicle routing problems Technical Report CIRRELT-2011-62, Centre interuniversitaire de recherche &#8230; <a href="http://victorpillac.wordpress.com/2011/10/26/a-review-of-dynamic-vehicle-routing-problems/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=523&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We published a CIRRELT technical report presenting the current state of the art of dynamic vehicle routing problems:</p>
<p>V. Pillac, M. Gendreau, C. Guéret, A. Medaglia<br />
<a href="https://www.cirrelt.ca/DocumentsTravail/CIRRELT-2011-62.pdf">A review of dynamic vehicle routing problems</a><br />
Technical Report CIRRELT-2011-62, Centre interuniversitaire de recherche sur les réseaux d’enterprise, la logistique et le transport (CIRRELT), Montreal, Canada, 2011</p>
<p><span id="more-523"></span></p>
<h2>Abstract</h2>
<p><em>A number of technological advances have led to a renewed interest on dynamic vehicle routing problems. This survey classifies routing problems from the perspective of information quality and evolution. After presenting a general description of dynamic routing, we introduce the notion of degree of dynamism, and present a comprehensive review of applications and solution methods for dynamic vehicle routing problems.</em></p>
<br />Filed under: <a href='http://victorpillac.wordpress.com/category/ph-d/'>Ph.D.</a>, <a href='http://victorpillac.wordpress.com/category/ph-d/publications/'>Publications</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/victorpillac.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/victorpillac.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/victorpillac.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/victorpillac.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/victorpillac.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/victorpillac.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/victorpillac.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/victorpillac.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/victorpillac.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/victorpillac.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/victorpillac.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/victorpillac.wordpress.com/523/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/victorpillac.wordpress.com/523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/victorpillac.wordpress.com/523/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=523&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://victorpillac.wordpress.com/2011/10/26/a-review-of-dynamic-vehicle-routing-problems/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a2f60b31a1b4a3b064b60279445c790?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Victor</media:title>
		</media:content>
	</item>
		<item>
		<title>An event-driven optimization framework for dynamic vehicle routing</title>
		<link>http://victorpillac.wordpress.com/2011/09/20/an-event-driven-optimization-framework-for-dynamic-vehicle-routing/</link>
		<comments>http://victorpillac.wordpress.com/2011/09/20/an-event-driven-optimization-framework-for-dynamic-vehicle-routing/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 07:52:30 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Ph.D.]]></category>
		<category><![CDATA[Publications]]></category>

		<guid isPermaLink="false">http://victorpillac.wordpress.com/?p=514</guid>
		<description><![CDATA[We published a technical report presenting a flexible event-driven optimization framework for dynamic vehicle routing: V. Pillac, A. Medaglia, C. Guéret An event-driven optimization framework for dynamic vehicle routing Technical Report 11/2/AUTO, Ecole des Mines de Nantes, France, 2011 Abstract &#8230; <a href="http://victorpillac.wordpress.com/2011/09/20/an-event-driven-optimization-framework-for-dynamic-vehicle-routing/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=514&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We published a technical report presenting a flexible event-driven optimization framework for dynamic vehicle routing:</p>
<p>V. Pillac, A. Medaglia, C. Guéret<br />
<a href="http://hal.archives-ouvertes.fr/hal-00623479/en/">An event-driven optimization framework for dynamic vehicle routing </a><br />
Technical Report 11/2/AUTO, Ecole des Mines de Nantes, France, 2011</p>
<p><span id="more-514"></span></p>
<h2>Abstract</h2>
<p><em>The real-time operation of a fleet of vehicles introduces challenging optimization problems researches in a wide range of applications, thus, it is appealing to both academia and practitioners in industry. In this work we focus on dynamic vehicle routing problems and present an event-driven framework that can anticipate unknown changes in the problem information. The proposed framework is intrinsically parallelized to take advantage of modern multi-core and multi-threaded computing architectures. It is also designed to be easily embeddable in decision support systems that cope with a wide range of contexts and side constraints. We illustrate the flexibility of the framework by showing how it can be adapted to tackle the dynamic vehicle routing problem with stochastic demands. Computational results show that while our approach is competitive against state-of-the art algorithms, it still ensures greater reactivity and requires less assumptions (e.g., demand distributions).</em></p>
<br />Filed under: <a href='http://victorpillac.wordpress.com/category/ph-d/'>Ph.D.</a>, <a href='http://victorpillac.wordpress.com/category/ph-d/publications/'>Publications</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/victorpillac.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/victorpillac.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/victorpillac.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/victorpillac.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/victorpillac.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/victorpillac.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/victorpillac.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/victorpillac.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/victorpillac.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/victorpillac.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/victorpillac.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/victorpillac.wordpress.com/514/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/victorpillac.wordpress.com/514/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/victorpillac.wordpress.com/514/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=514&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://victorpillac.wordpress.com/2011/09/20/an-event-driven-optimization-framework-for-dynamic-vehicle-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a2f60b31a1b4a3b064b60279445c790?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Victor</media:title>
		</media:content>
	</item>
		<item>
		<title>Notes on the Java server flag</title>
		<link>http://victorpillac.wordpress.com/2011/09/11/notes-on-the-java-server-flag/</link>
		<comments>http://victorpillac.wordpress.com/2011/09/11/notes-on-the-java-server-flag/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 15:11:04 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://victorpillac.wordpress.com/?p=486</guid>
		<description><![CDATA[I recently had an interesting discussion on performance gains resulting from the use of the -server flag when passed to the JVM to run benchmarks. But first what is the effect of the server flag? In a nutshell it tells &#8230; <a href="http://victorpillac.wordpress.com/2011/09/11/notes-on-the-java-server-flag/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=486&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently had an interesting discussion on performance gains resulting from the use of the <em>-server</em> flag when passed to the JVM to run benchmarks.</p>
<p>But first what is the effect of the <em>server</em> flag? In a nutshell it tells the JVM to spend more time on the optimization of the fragments of codes that are most often used (hotspots). It  leads to better performance at the price of a higher overhead at startup.</p>
<p>Therefore, when benchmarking an algorithm it would seem interesting to switch this on to reduce running times.</p>
<p>I tried it on my own benchmarks (on an Ubuntu 64bits machine) and found out that there were no significant change in runtime, while other people were talking of a reduction of 20 to 40%. It turned out that depending on the machine and operating system, the JVM would automatically turn this option on or off: in fact in any recent computer with an OS different from windows 32bits it will be turned on by default.</p>
<p>Please note that you will need to install the JDK to use the <em>server</em> mode on a 32bits windows machine.</p>
<p><span id="more-486"></span>More information can be found in the <a href="http://www.oracle.com/technetwork/java/hotspotfaq-138619.html#compiler_types">Java HotSpot FAQ</a>:</p>
<blockquote><p><strong><em>What&#8217;s the difference between the -client and -server systems?</em></strong><br />
These two systems are different binaries. They are essentially two different compilers (JITs)interfacing to the same runtime system. The client system is optimal for applications which need fast startup times or small footprints, the server system is optimal for applications where the overall performance is most important. In general the client system is better suited for interactive applications such as GUIs. Some of the other differences include the compilation policy,heap defaults, and inlining policy.</p>
<p><strong><em>Where do I get the server and client systems?</em></strong><br />
Client and server systems are both downloaded with the 32-bit Solaris and Linux downloads. For 32-bit Windows, if you download the JRE, you get only the client, you&#8217;ll need to download the SDK to get both systems.</p>
<p>For 64-bit, only the server system is included. On Solaris, the 64-bit JRE is an overlay on top of the 32-bit distribution. However, on Linux and Windows, it&#8217;s a completely separate distribution.</p>
<p><strong><em>I would like java to default to -server. I have a lot of scripts which I cannot change (or do not want to change). Is there any way to do this?</em></strong><br />
Since Java SE 5.0, with the exception of 32-bit Windows, the server VM will automatically be selected on server-class machines.</p></blockquote>
<p>The definition of a <em>server-class machine</em> can be found <a href="http://www.oracle.com/technetwork/java/ergo5-140223.html">here</a>:</p>
<blockquote><p>In the J2SE platform version 5.0 a class of machine referred to as a server-class machine has been defined as a machine with</p>
<ul>
<li>2 or more physical processors</li>
<li>2 or more Gbytes of physical memory</li>
</ul>
<p>On server-class machines by default the following are selected.</p>
<ul>
<li>Throughput garbage collector</li>
<li>Heap sizes</li>
<ul>
<li>Initial heap size of 1/64 of physical memory up to 1Gbyte</li>
<li>Maximum heap size of ¼ of physical memory up to 1Gbyte</li>
</ul>
<li>    Server runtime compiler</li>
</ul>
</blockquote>
<br />Filed under: <a href='http://victorpillac.wordpress.com/category/miscellaneous/software/'>Software</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/victorpillac.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/victorpillac.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/victorpillac.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/victorpillac.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/victorpillac.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/victorpillac.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/victorpillac.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/victorpillac.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/victorpillac.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/victorpillac.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/victorpillac.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/victorpillac.wordpress.com/486/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/victorpillac.wordpress.com/486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/victorpillac.wordpress.com/486/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=486&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://victorpillac.wordpress.com/2011/09/11/notes-on-the-java-server-flag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a2f60b31a1b4a3b064b60279445c790?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Victor</media:title>
		</media:content>
	</item>
		<item>
		<title>On the Technician Routing and Scheduling Problem</title>
		<link>http://victorpillac.wordpress.com/2011/08/15/on-the-technician-routing-and-scheduling-problem/</link>
		<comments>http://victorpillac.wordpress.com/2011/08/15/on-the-technician-routing-and-scheduling-problem/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 23:40:34 +0000</pubDate>
		<dc:creator>Victor</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Ph.D.]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[mic]]></category>
		<category><![CDATA[mic'11]]></category>
		<category><![CDATA[trsp]]></category>

		<guid isPermaLink="false">http://victorpillac.wordpress.com/?p=471</guid>
		<description><![CDATA[Following the post annoucing our participation to the MIC&#8217;11 conference, you will find bellow the reference to the talk: V. Pillac, C. Guéret, A. Medaglia On the Technician Routing and Scheduling Problem Proceedings of the 9th Metaheuristics International Conference (MIC &#8230; <a href="http://victorpillac.wordpress.com/2011/08/15/on-the-technician-routing-and-scheduling-problem/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=471&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Following the <a title="MIC11 Announcement" href="http://victorpillac.wordpress.com/2011/05/16/mic-2011-9th-edition-of-the-metaheuristic-international-conference/">post </a>annoucing our participation to the <a href="http://mic2011.diegm.uniud.it/">MIC&#8217;11</a> conference, you will find bellow the reference to the talk:</p>
<p>V. Pillac, C. Guéret, A. Medaglia<br />
<a href="http://hal.archives-ouvertes.fr/hal-00623486/en/"> On the Technician Routing and Scheduling Problem</a><br />
Proceedings of the 9th Metaheuristics International Conference (MIC 2011), 675 &#8211; 678, Udine (Italy).</p>
<p>Some pictures of the host city of Udine:</p>
<a href="http://victorpillac.wordpress.com/2011/08/15/on-the-technician-routing-and-scheduling-problem/#gallery-1-slideshow">Click to view slideshow.</a>
<br />Filed under: <a href='http://victorpillac.wordpress.com/category/ph-d/conferences/'>Conferences</a>, <a href='http://victorpillac.wordpress.com/category/ph-d/'>Ph.D.</a>, <a href='http://victorpillac.wordpress.com/category/ph-d/publications/'>Publications</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/victorpillac.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/victorpillac.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/victorpillac.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/victorpillac.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/victorpillac.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/victorpillac.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/victorpillac.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/victorpillac.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/victorpillac.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/victorpillac.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/victorpillac.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/victorpillac.wordpress.com/471/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/victorpillac.wordpress.com/471/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/victorpillac.wordpress.com/471/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=victorpillac.wordpress.com&amp;blog=11652324&amp;post=471&amp;subd=victorpillac&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://victorpillac.wordpress.com/2011/08/15/on-the-technician-routing-and-scheduling-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a2f60b31a1b4a3b064b60279445c790?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Victor</media:title>
		</media:content>
	</item>
	</channel>
</rss>
