MAU15
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Recent activity by MAU15-
Find minimum of decision variable, satisfying conditions
OngoingHello! I have a question on modelling a minimum constraint in combination with an imposed condition: I have a set of decision variables representing time, \(\texttt{T={T_1,T_2...T_n}}\). For each v...
-
Use index of decision variable in max_ constraint
AnsweredI have a set of decision variables to denote time, \(\texttt{T[n,i,k]}\), and for each \(\texttt{k}\), I want to get the maximum value of all the decision variables irrespective of \(\texttt{n,i}\)...
-
Add variables using multiple values from dictionary
AnsweredI am new to Gurobi and have been looking into the Netflow example for Python, trying to adapt it for my data. I have converted all my inputdata from an multi-dimensional array into a dictionary u...