Thunwa Wanphian
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Thunwa Wanphianさんの最近のアクティビティ-
Thunwa Wanphianさんがコメントを作成しました:
Hi, Marika This is really informative to my model. Thank you a lot Best regards, Thunwa
-
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...
-
Thunwa Wanphianさんがコメントを作成しました:
Dear: Jaromił It's work now, thank you :). Best regards, Thunwa.
-
Thunwa Wanphianさんが投稿を作成しました:
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 = ...
-
Thunwa Wanphianさんがコメントを作成しました:
Hi Jaromił, As this equation, I am trying to write the expression of summation over j of "10^((y[j,k]*LP_level[j])/10)". At the beginning, I assigned the first auxiliary (Multiply_noise) to expres...
-
Thunwa Wanphianさんがコメントを作成しました:
Hi, I got the auxiliary variables (Multiply[j,k]), but the new error was incurred. #Lp Total sound pressure levelLP_level = {1:90,2:92,3:95}Multiply_noise = m.addVar(name = 'Multiply_noise')Expo_no...
-
Thunwa Wanphianさんが投稿を作成しました:
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...