MINLP
MINLP stands for mixed-integer nonlinear programming. It refers to optimization problems in which the objective function and constraints can be nonlinear, and some decision variables are restricted to integer values, while others remain continuous. The problem generalizes both mixed-integer linear programming (MILP) and nonlinear programming (NLP).
A typical MINLP can be written as minimizing f(x, y) subject to g_i(x, y) ≤ 0 for i
MINLP problems are generally NP-hard due to the combination of nonlinearities and combinatorial decisions. If the
Common exact methods include branch-and-bound with convex relaxations, outer-approximation, generalized Benders decomposition, and spatial branch-and-bound. Heuristic
Applications span process design, chemical engineering, energy systems, power generation, facility location, logistics, scheduling, and engineering