Ludwig Baunach
PhD Student
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
Posts
Recent activity by Ludwig Baunach-
Indicator variable that depends on two other indicator variables
AnsweredHi, I want to create an indicator that is defined by two other indicators. More specifically, I have the indicators “start” and “finish”, indicating the whether a machine started working at a posit...
-
Problem with logical constraint using addGenConstrIndicator()
AnsweredHi, I want the "finish" variable to be 1 when "beet_flow" is 0. However, when my checking output I get 0 for all values of finish. I should get values of 1 for the given time periods and i's. Be...
-
TypeError when using gurobipy.Model.addGenConstrIndicator
AnsweredHi, I am encountering a problem with a logical constraint. I get the same error when trying ".addGenConstrIndicator". I posted the code below including the error message. I am grateful for any kin...