How to define a binary variable in non linear constraints

if x(1)+x(2)+x(3)> 0 then x(4)= 1 otherwise x(4)=0

답변 (1개)

Torsten
Torsten 2024년 3월 25일
Solve two problems:
One with
x(1)+x(2)+x(3)>= 0
x(4)=1
the other with
x(1)+x(2)+x(3)<= 0
x(4)=0
and take the best of the two runs as the solution.

카테고리

질문:

2024년 3월 25일

댓글:

2024년 3월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by