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

조회 수: 1 (최근 30일)
Zihang Qiu
Zihang Qiu 2022년 7월 14일
답변: Alan Weiss 2022년 7월 14일
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?

답변 (1개)

Alan Weiss
Alan Weiss 2022년 7월 14일
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

카테고리

Help CenterFile Exchange에서 Linear Programming and Mixed-Integer Linear Programming에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by