© Serge Kruk 2018
Serge KrukPractical Python AI Projectshttps://doi.org/10.1007/978-1-4842-3423-5_5

5. Classic Discrete Models

Serge Kruk1 
(1)
Mathematics, Oakland University Mathematics, Rochester, Michigan, USA
 

The problems in this chapter are classical examples of integer programs (IP). A better name would be discrete linear programs because we described the past ones as continuous linear programs and the antonym of continuous is discrete. Alas, the tradition is firmly entrenched so we will refer to them as IPs. They are characterized by algebraically linear constraints and linear objectives with the additional requirement that variables must take on only integral values.

All are very simple to state, if not always simple to model or solve. ...

Get Practical Python AI Projects: Mathematical Models of Optimization Problems with Google OR-Tools now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.