Implies function #1100
-
In my optimization problem, I need to implement an if statement which depends on a sdpvar variable. I have read and tried to solve it using the implies function; however, the model is not getting the behavior that I expected. Where "Vm" and Q_control are sdpvar variables, Q_control is limited by a real number Q_available. But I am not getting the results that I need. I would like to ask you if you can advise me which syntax is the correct option and if I am missing any critical step in this problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You cannot use the same variable d for all t and bus. |
Beta Was this translation helpful? Give feedback.
You cannot use the same variable d for all t and bus.