A small repository of common utilities that were split off of the smmap repository.
- Gurobi
Get academic license
Download and follow installation instructions for 8.1.X (extract to /opt, add some lines to .bashrc)
Switch to using the g++5.2 version oflibgurobi_c++.a
cd ${GUROBI_HOME}/lib
ln -sf libgurobi_g++5.2.a libgurobi_c++.a
-
- Extract files to install directory (typically /opt/nomad.3.8.1)
- Add
NOMAD_HOME="/opt/nomad.3.8.1"
to~/.bashrc
- run
cd $NOMAD_HOME/install && sudo ./install.sh
- Feel free to install somewhere else if you like and change the commands accordingly (https://www.gerad.ca/nomad/Downloads/user_guide.pdf)