consider Z = x*y, a highly nonlinear relationship in MILP

1 Ansicht (letzte 30 Tage)
Zihang Qiu
Zihang Qiu am 14 Jul. 2022
Beantwortet: Alan Weiss am 14 Jul. 2022
I want to consider a highly nonlinear relationship Z = x * y in a mixed integer linear optimization problem. x and y are independent variables (sdpvar) and Z = f(x, y) is the known relationship from experimental data.
What can I do to realize the above-mentioned function? Is special ordered sets of type 2 (SoS2) method a possible way to solve the problem?

Antworten (1)

Alan Weiss
Alan Weiss am 14 Jul. 2022
Usually, when you have a MILP then you don't have variables multiply each other unless one of the variables is binary. For this case, see Integer and Logical Modeling.
Alan Weiss
MATLAB mathematical toolbox documentation

Kategorien

Mehr zu Linear Programming and Mixed-Integer Linear Programming finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by