Thunwa Wanphian
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
投稿
Thunwa Wanphianによる最近のアクティビティ-
Divide by variable technique didn't work.
回答済みI 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.
回答済みI 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
回答済みI 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...