<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>ACPSS 2017</title>
    <description>The ACP summer school is held annually all around the world</description>
    <link>http://school.a4cp.org/summer2017/</link>
    <atom:link href="http://school.a4cp.org/summer2017/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Return from school!</title>
        <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;The presentations are now available online in the SPEAKERS or SCHEDULE tabs by clicking on the speaker/session vignette.&lt;/p&gt;

&lt;p&gt;Here is a few statistics about the school.
We were 65 participants from 14 different countries spread into four categories.&lt;/p&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;France &lt;/th&gt;
      &lt;th&gt;E.U. &lt;/th&gt;
      &lt;th&gt;Outside E.U.&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;44&lt;/td&gt;
      &lt;td&gt;16&lt;/td&gt;
      &lt;td&gt;5&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;table&gt;
  &lt;thead&gt;
    &lt;tr&gt;
      &lt;th&gt;Organizers &lt;/th&gt;
      &lt;th&gt;Speakers &lt;/th&gt;
      &lt;th&gt;Students &lt;/th&gt;
      &lt;th&gt;Academic&lt;/th&gt;
    &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;4&lt;/td&gt;
      &lt;td&gt;8&lt;/td&gt;
      &lt;td&gt;47&lt;/td&gt;
      &lt;td&gt;6&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;And, there was 7 girls.&lt;/p&gt;

&lt;p&gt;Here is a picture showing how serious we were during the DIY sessions ;)
&lt;img src=&quot;../img/posts/diy.jpg&quot; alt=&quot;A really serious DIY session!&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Mon, 02 Oct 2017 10:00:00 +0200</pubDate>
        <link>http://school.a4cp.org/summer2017/blog/return-from-school.html</link>
        <guid isPermaLink="true">http://school.a4cp.org/summer2017/blog/return-from-school.html</guid>
      </item>
    
      <item>
        <title>Prepare for school!</title>
        <description>&lt;h4 id=&quot;helpful-reading&quot;&gt;Helpful Reading&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;Constraint programming.
    &lt;ul&gt;
      &lt;li&gt;&lt;a href=&quot;http://user.it.uu.se/~pierref/courses/COCP/slides&quot;&gt;Combinatorial Optimization using Constraint Programming&lt;/a&gt; (Pierre Flener)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://kti.mff.cuni.cz/~bartak/constraints/index.html&quot;&gt;On-line guide to constraint programming&lt;/a&gt; (R. Barták)&lt;/li&gt;
      &lt;li&gt;&lt;a href=&quot;http://www.dcs.gla.ac.uk/~pat/cpM/index.html&quot;&gt;Constraint programming course&lt;/a&gt; (P. Prosser)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Linear programming (any good introduction).&lt;/li&gt;
  &lt;li&gt;Scheduling.
    &lt;ul&gt;
      &lt;li&gt;Baptiste, Philippe, Claude Le Pape, and Wim Nuijten (2001). &lt;a href=&quot;http://www.springer.com/us/book/9780792374084&quot;&gt;Constraint-Based Scheduling.&lt;/a&gt; Kluwer Academic Publishers (&lt;a href=&quot;https://books.google.fr/books?id=mhK-V1VeWYgC&amp;amp;printsec=frontcover&amp;amp;hl=fr&amp;amp;source=gbs_ge_summary_r&amp;amp;cad=0&quot;&gt;Google books preview&lt;/a&gt;).&lt;/li&gt;
      &lt;li&gt;Vilím, Petr (2007). &lt;a href=&quot;http://vilim.eu/petr/disertace.pdf&quot;&gt;Global Constraints in Scheduling&lt;/a&gt;. PhD thesis. Charles University in Prague, Faculty of Mathematics, Physics, Department of Theoretical Computer Science, and Mathematical Logic.&lt;/li&gt;
      &lt;li&gt;Jordan Demeulenaere, Renaud Hartert, Christophe Lecoutre, Guillaume Perez, Laurent Perron, Jean-Charles Régin et al. (2016). &lt;a href=&quot;https://www.info.ucl.ac.be/~pschaus/assets/publi/cp2016-compacttable.pdf&quot;&gt;Compact-Table: Efficiently Filtering Table Constraints with Reversible Sparse Bit-Sets&lt;/a&gt;, Proceedings of CP 2016.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;required-softwares&quot;&gt;Required softwares&lt;/h4&gt;

&lt;p&gt;The following softwares are required for the ‘Do it Yourself’ sessions where you will learn how to build a &lt;a href=&quot;https://www.info.ucl.ac.be/~pschaus/minicp/&quot;&gt;Mini-CP&lt;/a&gt; solver.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Git&lt;/li&gt;
  &lt;li&gt;SBT or Maven&lt;/li&gt;
  &lt;li&gt;IntelliJ Idea, Eclipse, or Netbeans
    &lt;ul&gt;
      &lt;li&gt;Git, SBT, or maven integration plugins&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h4 id=&quot;miscellaneous-resources&quot;&gt;Miscellaneous resources&lt;/h4&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.sagemath.org/&quot;&gt;Sagemath&lt;/a&gt;, a free open-source mathematics software system used by D. Coudert&lt;/li&gt;
  &lt;li&gt;A &lt;a href=&quot;https://github.com/ehebrard/PySched.git&quot;&gt;python script&lt;/a&gt; used by E. Hebrard to prepare its talk&lt;/li&gt;
&lt;/ul&gt;

</description>
        <pubDate>Mon, 11 Sep 2017 10:00:00 +0200</pubDate>
        <link>http://school.a4cp.org/summer2017/blog/prepare-for-school.html</link>
        <guid isPermaLink="true">http://school.a4cp.org/summer2017/blog/prepare-for-school.html</guid>
      </item>
    
      <item>
        <title>Transfer between Nice and Porquerolles</title>
        <description>&lt;p&gt;Congratulations, you have chosen our awesome all inclusive package:&lt;/p&gt;

&lt;ol&gt;
  &lt;li&gt;REACH the beautiful city of Nice, and then&lt;/li&gt;
  &lt;li&gt;MEET US at the train station or the airport on monday morning to travel by coach, and by ferry.&lt;/li&gt;
&lt;/ol&gt;

&lt;h5 id=&quot;from-nice-to-porquerolles-on-monday-september-18&quot;&gt;From Nice to Porquerolles on Monday, September 18&lt;/h5&gt;

&lt;ol&gt;
  &lt;li&gt;Departure from the &lt;a href=&quot;https://www.google.fr/maps/place/Arr%C3%AAt+Thiers+%2F+Gambetta/@43.6817251,7.2206265,14z/data=!4m8!1m2!2m1!1sthiers+gambetta+bus,+nice!3m4!1s0x12cdd00faed4cb19:0x8f95936ce285113b!8m2!3d43.7019887!4d7.2568568&quot;&gt;bus stop “Thiers-Gambetta”&lt;/a&gt; at 10:00 AM (near the train station “Nice Ville”)&lt;/li&gt;
  &lt;li&gt;Departure from the &lt;a href=&quot;https://www.google.fr/maps/place/Gare+routi%C3%A8re+Terminal+1+a%C3%A9roport+Nice-C%C3%B4te+d%E2%80%99Azur/@43.6652508,7.2117632,17.5z/data=!4m12!1m6!3m5!1s0x12cdd11a7289ff23:0x6c51153da6cfd483!2sTerminal+1!8m2!3d43.6652358!4d7.2137188!3m4!1s0x12cdd11098a20d61:0xffbbff271a9321a8!8m2!3d43.6651359!4d7.2109419&quot;&gt;bus station at the terminal 1 of Nice Côte d’Azur Airport&lt;/a&gt; at 10:45 AM.&lt;/li&gt;
  &lt;li&gt;Arrival at the ferry terminal La Tour Fondue around 1:00 PM.&lt;/li&gt;
  &lt;li&gt;Departure from the &lt;a href=&quot;https://www.google.fr/maps/place/Port+de+la+Tour+Fondue/@43.0263174,6.1535737,17z/data=!4m8!1m2!2m1!1sterminal+ferry+la+tour+fondue!3m4!1s0x0:0x415f3901688e6edd!8m2!3d43.0268624!4d6.1543252&quot;&gt;ferry terminal La Tour Fondue&lt;/a&gt; at 2:00 PM.&lt;/li&gt;
&lt;/ol&gt;

&lt;h5 id=&quot;from-porquerolles-to-nice-on-friday-september-22&quot;&gt;From Porquerolles to Nice on Friday, September 22&lt;/h5&gt;

&lt;ol&gt;
  &lt;li&gt;Departure from the ferry from Porquerolles at 1:30 PM.&lt;/li&gt;
  &lt;li&gt;Arrival at the Nice Côte d’Azur Airport before 5:00 PM.&lt;/li&gt;
  &lt;li&gt;Arrival at the train station “Nice Ville” before 5:30 PM.&lt;/li&gt;
&lt;/ol&gt;
</description>
        <pubDate>Fri, 28 Jul 2017 12:00:00 +0200</pubDate>
        <link>http://school.a4cp.org/summer2017/blog/come-with-us.html</link>
        <guid isPermaLink="true">http://school.a4cp.org/summer2017/blog/come-with-us.html</guid>
      </item>
    
      <item>
        <title>Find your way to Porquerolles!</title>
        <description>&lt;h5 id=&quot;travel-options&quot;&gt;Travel options&lt;/h5&gt;

&lt;ul&gt;
  &lt;li&gt;Awesome all inclusive package (&lt;em&gt;recommended&lt;/em&gt;)
    &lt;ol&gt;
      &lt;li&gt;REACH the beautiful city of Nice, and then&lt;/li&gt;
      &lt;li&gt;MEET US at the train station or the airport on monday morning to travel by coach, and by ferry.&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/li&gt;
  &lt;li&gt;Travel by your own means
    &lt;ol&gt;
      &lt;li&gt;REACH the ferry terminal La Tour Fondue and then&lt;/li&gt;
      &lt;li&gt;CROSS the sea&lt;/li&gt;
    &lt;/ol&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h6 id=&quot;porquerolles-informations&quot;&gt;Porquerolles Informations&lt;/h6&gt;

&lt;ul&gt;
  &lt;li&gt;Porquerolles Touristic Informations: &lt;a href=&quot;http://www.porquerolles.com/&quot;&gt;www.porquerolles.com&lt;/a&gt;
    &lt;ul&gt;
      &lt;li&gt;Tél. : 04 94 58 33 76&lt;/li&gt;
      &lt;li&gt;Fax : 04 94 58 36 39&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Porquerolles national park: &lt;a href=&quot;http://www.portcrosparcnational.fr&quot;&gt;www.portcrosparcnational.fr&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;reach-nice&quot;&gt;REACH Nice&lt;/h5&gt;

&lt;p&gt;Most of the times, plane is the best way to reach Nice.&lt;/p&gt;

&lt;h6 id=&quot;by-plane-nice-côte-dazur-airport&quot;&gt;By plane: Nice Côte d’Azur Airport&lt;/h6&gt;

&lt;p&gt;Nice Côte d’Azur Airport is an international airport.
It is the third busiest airport in France and serves as a focus city for Air France and an operating base for easyJet.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.nice.aeroport.fr/&quot;&gt;www.nice.aeroport.fr&lt;/a&gt;&lt;/p&gt;

&lt;h6 id=&quot;by-train&quot;&gt;By train&lt;/h6&gt;

&lt;p&gt;&lt;a href=&quot;http://www.voyages-sncf.com/&quot;&gt;www.voyages-sncf.com&lt;/a&gt;&lt;/p&gt;

&lt;h6 id=&quot;reach-the-ferry-terminal-la-tour-fondue&quot;&gt;REACH the ferry terminal La Tour Fondue&lt;/h6&gt;

&lt;h6 id=&quot;by-plane-toulon-hyères-airport&quot;&gt;By plane: Toulon-Hyères Airport&lt;/h6&gt;

&lt;p&gt;Daily connection with Paris Orly airport. Then take a taxi or a bus (see below)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.toulon-hyeres.aeroport.fr/&quot;&gt;www.toulon-hyeres.aeroport.fr&lt;/a&gt;&lt;/p&gt;

&lt;h6 id=&quot;by-train-1&quot;&gt;By train&lt;/h6&gt;

&lt;p&gt;The nearest train station is Hyères, which is 15 minutes by car from the point of departure to the island.
The closest main railway station is Toulon (9 TGV from Paris per day). Then take a taxi or a bus (see below)&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.voyages-sncf.com/&quot;&gt;www.voyages-sncf.com&lt;/a&gt;&lt;/p&gt;

&lt;h6 id=&quot;by-taxi&quot;&gt;By taxi&lt;/h6&gt;

&lt;p&gt;Taxi prices to La Tour Fondue (Giens) – ferry terminal:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;From Toulon railway station 80 € for ~ 45 mn&lt;/li&gt;
  &lt;li&gt;From Hyères railway station 35 € for ~ 15 mn&lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;From Toulon-Hyères airport 25 € for ~ 10 mn&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;Taxis Radio Hyèrois: Tel. +33 4 94 00 60 00&lt;/li&gt;
  &lt;li&gt;Radio-Taxi Toulon: Tel. +33 4 94 93 51 51&lt;/li&gt;
&lt;/ul&gt;

&lt;h6 id=&quot;by-bus&quot;&gt;By bus&lt;/h6&gt;

&lt;p&gt;There are regular lines from Toulon’s or Hyères’ bus stations to La Tour Fondue.&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;From Hyères’ railway station take the bus 67 to ‘La Tour Fondue’ – Ferry Terminal&lt;/li&gt;
  &lt;li&gt;From Toulon’s railway station take the bus 103 or the train to Hyères’ railway station and then take the bus 67 to ‘La Tour Fondue’ – Ferry Terminal&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href=&quot;http://www.reseaumistral.com/&quot;&gt;www.reseaumistral.com&lt;/a&gt;&lt;/p&gt;

&lt;h6 id=&quot;by-car&quot;&gt;By car&lt;/h6&gt;

&lt;p&gt;From Paris, Motorway A7, then A8 towards Aix en Provence, Toulon and then follow the
A570 as far as Hyères and D97 to La Tour Fondue (ferry’s terminal to Porquerolles).
From Nice, take the Motorway A8 as far as Hyères and the D 97 to La Tour Fondue. The, you have 3 parking lots available :&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.parkindigo.fr/fr/parkings/la-tour-fondue-83010600&quot;&gt;Vinci&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://www.hyeres-tourisme.com/les-iles-dor/porquerolles/commerces-services/385946-parking-porquerolles&quot;&gt;Coulomb Des îles&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h5 id=&quot;cross-the-sea&quot;&gt;CROSS the sea&lt;/h5&gt;

&lt;h6 id=&quot;ferries&quot;&gt;Ferries&lt;/h6&gt;

&lt;p&gt;Ferries cross to the island from La Tour Fondue every half-hour. The crossing takes
approximately 10 min and costs 17€.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;schedule:&lt;/li&gt;
  &lt;li&gt;price:&lt;/li&gt;
  &lt;li&gt;web: &lt;a href=&quot;http://www.tlv-tvm.com/&quot;&gt;www.tlv-tvm.com&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h6 id=&quot;boat-taxi&quot;&gt;Boat taxi&lt;/h6&gt;

&lt;p&gt;For those who can not avail of the boat at scheduled times, a Boat Taxi service can be used:
Taxi boat Pélican 24h/24h Tel: +33 6 09 52 31 19 | pelicantaxi@wanadoo.fr&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;From 7H to 19H : around 81€ for 1 to 6 persons&lt;/li&gt;
  &lt;li&gt;From 19H to 23H : around 90€ for 1 to 6 persons.&lt;/li&gt;
&lt;/ul&gt;
</description>
        <pubDate>Thu, 29 Jun 2017 12:00:00 +0200</pubDate>
        <link>http://school.a4cp.org/summer2017/blog/find-your-way.html</link>
        <guid isPermaLink="true">http://school.a4cp.org/summer2017/blog/find-your-way.html</guid>
      </item>
    
      <item>
        <title>Call for Participation</title>
        <description>&lt;p&gt;Dear colleagues,&lt;/p&gt;

&lt;p&gt;Let us introduce the Joint ACP and GdR RO Summer School 2017. It will be held September, 18-22th, 2017 in Porquerolles island, France.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://school.a4cp.org/summer2017&quot;&gt;http://school.a4cp.org/summer2017&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This summer school is co-organized by the ACP and the French constraint programming working group for “Constraints and Operational Research” within the CNRS research group “Operational Research”.&lt;/p&gt;

&lt;p&gt;The topic of the school is “Hybridization of Constraint Programming and Operational Research: from practical opportunities to concrete implementation of solutions”.
During this week, participants will be raised awareness on several classical and novel challenges at the frontier between Constraint Programming and Operational Research. This year a focus will be done on the tools that allow to provide concrete implementation of solutions. Particularly, the participants will be challenged on a given problem both in terms of modeling and implementation of a solution in their own standalone tool.&lt;/p&gt;

&lt;p&gt;The school is intended for PhD students, masters students and industrial practitioners, who want to get a good understanding of capabilities and current research directions in the area of Constraint Programming, particularly at the frontier with Operational Research. Prior knowledge of Constraint Programming is not required, but general problem solving skills, good programming and mathematical skills will be helpful.&lt;/p&gt;

&lt;h5 id=&quot;any-questions&quot;&gt;Any questions?&lt;/h5&gt;
&lt;p&gt;Email organizers at &lt;a href=&quot;mailto:acpss2017@i3s.unice.fr&quot;&gt;acpss2017@i3s.unice.fr&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Fri, 24 Mar 2017 11:00:00 +0100</pubDate>
        <link>http://school.a4cp.org/summer2017/blog/call-for-participation.html</link>
        <guid isPermaLink="true">http://school.a4cp.org/summer2017/blog/call-for-participation.html</guid>
      </item>
    
      <item>
        <title>Get the poster</title>
        <description>&lt;p&gt;Hello!&lt;/p&gt;

&lt;p&gt;The poster/flyer is now available &lt;a href=&quot;../img/posts/posterA3-ACPSS2017.pdf&quot;&gt;here&lt;/a&gt; (format A3).&lt;/p&gt;

&lt;p&gt;Flyers and posters can be mailed to you upon request at no charge.
Email organizers at &lt;a href=&quot;mailto:acpss2017@i3s.unice.fr&quot;&gt;acpss2017@i3s.unice.fr&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 22 Mar 2017 15:00:00 +0100</pubDate>
        <link>http://school.a4cp.org/summer2017/blog/poster-and-flyer.html</link>
        <guid isPermaLink="true">http://school.a4cp.org/summer2017/blog/poster-and-flyer.html</guid>
      </item>
    
      <item>
        <title>Hello World!</title>
        <description>&lt;p&gt;Our team is putting together the parts of a constraint programming and operational research related school in France - &lt;a href=&quot;https://arnaud-m.github.io/acpss2017/&quot;&gt;Joint ACP and GdR RO Summer School 2017&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This year event will take place on Porquerolles Island, Var, France - one of the &lt;a href=&quot;https://www.nytimes.com/interactive/2017/travel/places-to-visit.html&quot;&gt;52 Places to Go in 2017&lt;/a&gt; of the NY Times.&lt;/p&gt;

&lt;p&gt;So should you also be excited? Well yes… and here’s why!&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;Attendance&lt;/strong&gt;: we’re expecting over 50 attendees&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Topic&lt;/strong&gt;: more than 30 hours of pure constraint programming and operational research technologies&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Date&lt;/strong&gt;: 18-22 of September, expect courses, workshops, competition, and social events&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Venue&lt;/strong&gt;: Igesa School Center of Porquerolles&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;Speakers&lt;/strong&gt;: we’re in the process of finalising the list of speakers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;More details about speakers, competition and events will appear in subsequent posts, meantime subcribe to our mailing list (soon) and &lt;a href=&quot;https://arnaud-m.github.io/acpss2017/feed.xml&quot;&gt;RSS feed&lt;/a&gt; in order not to miss any cool stuff about the summer school.&lt;/p&gt;
</description>
        <pubDate>Sat, 21 Jan 2017 21:00:00 +0100</pubDate>
        <link>http://school.a4cp.org/summer2017/blog/hello-world.html</link>
        <guid isPermaLink="true">http://school.a4cp.org/summer2017/blog/hello-world.html</guid>
      </item>
    
  </channel>
</rss>
