<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>PyVideo.org - Igor Ferst</title><link href="https://pyvideo.org/" rel="alternate"></link><link href="https://pyvideo.org/feeds/speaker_igor-ferst.atom.xml" rel="self"></link><id>https://pyvideo.org/</id><updated>2019-07-28T14:30:00+00:00</updated><subtitle></subtitle><entry><title>A Practical Introduction to Integer Linear Programming</title><link href="https://pyvideo.org/pyohio-2019/a-practical-introduction-to-integer-linear-programming.html" rel="alternate"></link><published>2019-07-28T14:30:00+00:00</published><updated>2019-07-28T14:30:00+00:00</updated><author><name>Igor Ferst</name></author><id>tag:pyvideo.org,2019-07-28:/pyohio-2019/a-practical-introduction-to-integer-linear-programming.html</id><summary type="html">&lt;h3&gt;Description&lt;/h3&gt;&lt;p&gt;Integer linear programming (ILP) is a powerful framework for solving
optimization problems related to scheduling, resource allocation,
vehicle routing, and many other areas. This talk will give a brief
introduction to ILP and show how to solve a real-world vehicle routing
problem using Google's open-source python library for ILP …&lt;/p&gt;</summary><content type="html">&lt;h3&gt;Description&lt;/h3&gt;&lt;p&gt;Integer linear programming (ILP) is a powerful framework for solving
optimization problems related to scheduling, resource allocation,
vehicle routing, and many other areas. This talk will give a brief
introduction to ILP and show how to solve a real-world vehicle routing
problem using Google's open-source python library for ILP.&lt;/p&gt;
&lt;p&gt;How do airlines choose which planes service which routes? How does a
hospital optimize the shift schedule for hundreds of doctors and nurses?
How do you choose the optimal location for a group of fulfillment
centers, or oil derricks, or cell towers? These kinds of problems (and
many others!) can be solved with integer linear programming (ILP), a
powerful and decades-old framework for solving optimization problems. In
this talk we will give a brief introduction to ILP and describe it's
uses, strengths, and weaknesses. We will also show how to solve a
real-world vehicle routing problem using Google's open-source python
library for ILP. Trigger warning: this talk will contain high-school
level math.&lt;/p&gt;
</content><category term="PyOhio 2019"></category></entry></feed>