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

