Mixed Integer Programming

From NEOS

Jump to: navigation, search

Mixed integer linear programming (MILP) problems have the general form

minimize cTx
subject to Ax = b
x \geq 0
x_i \in Z, for some i \in \{1,\ldots,n\}

where Z is the set of integers.

Application of MILPs

Algorithms for MILPs

Personal tools