/intro_opt_models

This repository contains the code examples of the book "Einführung in Optimierungsmodelle" ("Introduction to Optimization Models") (Sudermann-Merx, 2023)

Primary LanguagePythonMIT LicenseMIT

Welcome!

This repository contains the code examples of the book "Einführung in Optimierungsmodelle" (Sudermann-Merx, 2023).

Further remarks

  • 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 package bash 4 is needed which can be installed using homebrew install bash.