Mixed Integer Nonlinear Programming
From NEOS
Mixed integer nonlinear programs (MINLPs) arise in a wide range of applications and combine the difficulties of nonlinear optimization with integer programming. We can state a MINLP in general as
| minimizex | f(x) | |
| subject to | ci(x) = 0 | for
|
| for
| |
| ||
![]() | for some
|
where each ci(x) is a mapping from Rn to R, and E and I are index sets for inequality and equality constraints, respectively.

