Thunwa Wanphian
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Thunwa Wanphian-
Divide by variable technique didn't work.
AnsweredI am trying to divide by decision variable by using the technique from "How do I divide by a variable in Gurobi?" Unfortunately it didn't work out well, so I am not sure that where is my mistake. N...
-
How to add equation containing decision variable into an array.
AnsweredI got a problem to store the equation containing the decision variable into an array. Here, This is my code and noted that y[j,k] is my binary decision variable. Time_span = 16Expo_noise_matrix = ...
-
The equation containing logarithm and powered by variable
AnsweredI want to create the equation following this formulation: And these are my codes containing the variable of y[j,k]. #Lp Total sound pressure levelSound_pressure = {1:90,2:92,3:95}Multiply = {}Buff...