1
0
Fork
You've already forked roadef2012
0
No description
  • C++ 97.9%
  • Makefile 1.1%
  • M4 1%
2012年03月10日 10:59:53 +01:00
doc minor rearrangements 2012年03月10日 10:59:53 +01:00
instances Gitisation des instances 2011年11月08日 07:54:02 +01:00
m4 minor rearrangements 2012年03月10日 10:59:53 +01:00
src Added license stuff 2012年03月10日 10:59:53 +01:00
.gitignore removing some scripts 2012年03月07日 20:32:04 +01:00
autogen.sh Corrections mineures 2011年07月11日 18:18:58 +02:00
configure.ac Integration de gecode dans les autotools 2011年10月23日 10:49:26 +02:00
LICENSE Added license stuff 2012年03月10日 10:59:53 +01:00
Makefile.am Utilisation de -lboost_thread-mt afin que les runs nocturnes passent 2011年11月02日 07:47:18 +01:00
README minor rearrangements 2012年03月10日 10:59:53 +01:00

Overview
--------
This project correspond to a participation to the mathematical optimization
challenge, Roadef 2012. More information about this challenge is available at
http://challenge.roadef.org/2012/en/index.php
Information about the mathematical method used may be found in
the "doc" folder
Installation
------------
To compile this project, you will need a recent version of Boost,
and a version of Gecode
This project uses the classical GNU compilations tools.
In practice, you'll therefore just need to execute e.g. the following commands:
> ./autogen.sh 
> mkdir build
> cd build/
> ../configure CXXFLAGS="-O2"
> make -j