Skip to content
Snippets Groups Projects
user avatar
RWR authored
ce6ab913
History
Name Last commit Last update
exact
heur
LICENSE.TXT
README.md

PACE-2021-PACA-CPP

We are a team of students from the University of Bremen. This is part of our contribution for PACE 2021 (https://pacechallenge.org/2021/) You can find more information about us and this project on our website https://paraalgo.informatik.uni-bremen.de

Structure of the repository

  • Our contribution for the exact-track is located in exact
  • Our contribution for the heuristic-track is located in heur

How to install

If you are lucky, you can simply call cmake for both, exact and heuristic. If not, well, good luck.

Alternatively, there is a Microsoft Visual Studio Project file. If you like to use it, please install OR-Tools to C:\Program Files\or-tools before, or adapt the .vcxproj file accordingly.

required software

For both tracks, cmake (version 3.5 or higher) should be sufficient; all other dependencies should be installed automatically, including

  • boost
  • Eigen (for exact only)
  • OR-Tools (for exact only) Note that the program must be compiled with c++11 or higher

Licenses

  • This project is licenced under GNU Lesser General Public License, see LICENSE.TXT
  • SCIP (being part of OR-Tools) is freely available for academic use only, using the ZIB License. Gerald Gamrath, Daniel Anderson, Ksenia Bestuzheva, Wei-Kun Chen, Leon Eifler, Maxime Gasse, Patrick Gemander, Ambros Gleixner, Leona Gottwald, Katrin Halbig, Gregor Hendel, Christopher Hojny, Thorsten Koch, Pierre Le Bodic, Stephen J. Maher, Frederic Matter, Matthias Miltenberger, Erik Mühmer, Benjamin Müller, Marc Pfetsch, Franziska Schlösser, Felipe Serrano, Yuji Shinano, Christine Tawfik, Stefan Vigerske, Fabian Wegscheider, Dieter Weninger, Jakob Witzig Available at Optimization Online and as ZIB-Report 20-10, March 2020. For more info visit https://www.scipopt.org/index.php#license