Synopsis for B22: Integer Programming


Number of lectures: 16 MT

Course Description

Level: H-level Method of Assessment: $ 1\frac{1}{2} $ -hour written examination.
Weight: Half-unit. OSS paper code 0282.

Recommended Prerequisites:

None.

Overview

In many areas of practical importance linear optimisation problems occur with integrality constraints imposed on some of the variables. In optimal crew scheduling for example, a pilot cannot be fractionally assigned to two different flights at the same time. Likewise, in combinatorial optimisation an element of a given set either belongs to a chosen subset or it does not. Integer programming is the mathematical theory of such problems and of algorithms for their solution. The aim of this course is to provide an introduction to some of the general ideas on which attacks to integer programming problems are based: generating bounds through relaxations by problems that are easier to solve, and branch-and-bound.

Learning Outcomes

Students will understand some of the theoretical underpinnings that render certain classes of integer programming problems tractable (“easy” to solve), and they will learn how to solve them algorithmically. Furthermore, they will understand some general mechanisms by which intractable problems can be broken down into tractable subproblems, and how these mechanisms are used to design good heuristics for solving the intractable problems. Understanding these general principles will render the students able to guide the modelling phase of a real-world problem towards a mathematical formulation that has a reasonable chance of being solved in practice.

Synopsis

  1. Course outline. What is integer programming (IP)? Some classical examples.
  2. Further examples, hard and easy problems.
  3. Alternative formulations of IPs, linear programming (LP) and the simplex method.
  4. LP duality, sensitivity analysis.
  5. Optimality conditions for IP, relaxation and duality.
  6. Total unimodularity, network flow problems.
  7. Optimal trees, submodularity, matroids and the greedy algorithm.
  8. Augmenting paths and bipartite matching.
  9. The assignment problem.
  10. Dynamic programming.
  11. Integer knapsack problems.
  12. Branch-and-bound.
  13. More on branch-and-bound.
  14. Lagrangian relaxation and the symmetric travelling salesman problem.
  15. Solving the Lagrangian dual.
  16. Branch-and-cut.

Reading List

  1. L. A. Wolsey, Integer Programming (John Wiley & Sons, 1998), parts of chapters 1–5 and 7.
  2. Lecture notes and problem sheets posted on the course web page.

Time Requirements

The course consists of 16 lectures and 6 problem classes. There are no practicals. It is estimated that 8–10 hours of private study are needed per week for studying the lecture notes and relevant chapters in the textbook, and for solving the problem sheets, so that the total time requirement is circa 12 hours per week.