Tutorial assignment for the lecture "Informatik 1", winter semester 2015/16, University of Tübingen
-
Clone Optimus. Tested with version b39a8b0398bf4f9154f128a268f2fd7ad35f98e9.
git clone https://github.com/vagm/Optimus ### optional: git checkout b39a8b0398bf4f9154f128a268f2fd7ad35f98e9
-
The
oJalgo
solver fails our integer programming instance about 2014's students with dummy tutors. Thelp_solve
instance doesn't work in a 64 bit Mac. So, install the proprietory solvergurobi
. Request an academic license. Save the license in the default location (important!). Find out the installation directory through paths to the example files mentioned in the getting-started documentation. Locate the folderlib
containinggurobi.jar
. Make a symbolic link of this folder into theOptimus
directory. -
Build optimus and publish locally.
cd Optimus ln -s <gurobi-lib-dir-from-previous-step> . sbt compile sbt publishLocal
-
This repository can now be built with
sbt
as usual.