paradiseo/branches/contribution/branches/bilevel
legillon a56bea8edb adding bilevel contribution
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2281 331e1502-861f-0410-8da2-ba01fb791d7f
2011-06-29 12:16:01 +00:00
..
application adding bilevel contribution 2011-06-29 12:16:01 +00:00
instances adding bilevel contribution 2011-06-29 12:16:01 +00:00
src adding bilevel contribution 2011-06-29 12:16:01 +00:00
CMakeLists.txt adding bilevel contribution 2011-06-29 12:16:01 +00:00
CTestConfig.cmake adding bilevel contribution 2011-06-29 12:16:01 +00:00
install.cmake adding bilevel contribution 2011-06-29 12:16:01 +00:00
README.txt adding bilevel contribution 2011-06-29 12:16:01 +00:00
run.sh adding bilevel contribution 2011-06-29 12:16:01 +00:00

Paradiseo contribution for a bilevel multiple depot vehicule routing problem solver

Build instructions:
start by setting the path to paradiseo in install.cmake (paradiseo should be built)
then go to the build directory, and do a "cmake ..", then a "make"
after building, in the build directory

Run instructions:
./application/simpletemp bench seed
where bench is a benchmark file for biMDVRP (bipr*x* in the instances folder) and seed a number to initialize the pseudo random generator
./application/multitemp bench seed
where bench is a benchmark file for mbiMDVRP (mbipr*x* in the instances folder) and seed a number to initialize the pseudo random generator



Additional informations:
*The instances/benchmark are in instances directory
*We use CoBRA to solve the problem