No description
- C++ 97.9%
- Makefile 1.1%
- M4 1%
|
|
||
|---|---|---|
| doc | minor rearrangements | |
| instances | Gitisation des instances | |
| m4 | minor rearrangements | |
| src | Added license stuff | |
| .gitignore | removing some scripts | |
| autogen.sh | Corrections mineures | |
| configure.ac | Integration de gecode dans les autotools | |
| LICENSE | Added license stuff | |
| Makefile.am | Utilisation de -lboost_thread-mt afin que les runs nocturnes passent | |
| README | minor rearrangements | |
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