Videos

Open Source Tools for Optimization in Python

Presenter
August 21, 2017
Keywords:
  • Mathematical Optimization, Integer Programming, Python, Modeling Language
Abstract
In this talk, we describe a range of tools available for modeling and solving mathematical optimization problems in Python. The tools range from high-level Python-based modeling languages to low-level solver APIs for passing optimization problem data directly to solvers. Examples and code snippets will be given to illustrate the use of these tools. All tools described are available open source in the Computational Infrastructure for Operations Research (COIN-OR) repository.