This repository contains the code examples of the book "Einführung in Optimierungsmodelle" (Sudermann-Merx, 2023).
- A list of errata can be found here.
- If you are a Mac User with an M1 or M2 chip you may face problems with the installation of
python-mip
, in particular with the CBC solver. This will be solved in one of the following release versions. Big thanks to kochersg for finding a temporary workaround (see this discussion and in particular Tom Schlomo's answer. On Mac the packagebash 4
is needed which can be installed usinghomebrew install bash
.