This is a primer on Mixed Integer Programming.
It builds on Part1.
It is based on personal learning experience and focuses on application rather than theory. For a rigorous approach please refer to a textbook.
An integer programming problem is a mathematical optimization or feasibility program in which some or all of the variables are restricted to be integers. In contrast to linear programming, which can be solved efficiently in the worst case, integer programming problems are in many practical situations (those with bounded variables) NP-hard.

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.