Integer linear programming
From DDWiki
Integer linear programming refers to optimization problems of the form:
| minimize |
|
| with respect to |
|
| subject to |
|
| |
|
where
,
and
are all affine functions of the vector
, n is a positive integer, and
is the set of integers.
Methods
Software
- CPLEX
- Author: ILOG
- Method: Simplex + barrier methods
- XPRESS-MP
- Author: Dash
- Method: Simplex + barrier methods

