MATP6620/ISYE6770
Combinatorial Optimization and Integer Programming
Spring 2015
Midterm Exam, Friday, April 24, 2015.
Please do all four problems. Show all work. No books or calculators allowed. You may use any result from class, the homeworks, or the texts, except where stated. You may use one sheet of handwritten notes. The exam lasts 110 minutes.
and we denote the set of feasible vectors x by S.
defines a facet of the convex hull of S if U is a maximal independent set.
| (1) |
is valid for any nonnegative integer solution to (1). Write down the inequality.
| (2) |
The partition problem: Given n positive integers {a1,…,an} with sum ∑ j=1na j even, does there exist a subset J ⊆{1,…,n} such that
2-machine scheduling: Given two identical machines, m jobs requiring positive integer processing time bj for j = 1,…,m, and a positive integer T, can the jobs be scheduled so that all the jobs are finished by time T? Note that each job must be processed on exactly one machine, each machine can only process one job at a time, once a job is started it must be run to completion, and the jobs can be processed in any order.
Let eq represent the q-dimensional vector of ones.