Rabbitutu Yang
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Rabbitutu Yangさんの最近のアクティビティ-
Rabbitutu Yangさんがコメントを作成しました:
Dear Matthias, I'm sorry that I overlooked the other solution is infeasible. Thanks for your help!
-
Rabbitutu Yangさんが投稿を作成しました:
Cannot find the optimal solution for linear programming problem
回答済みHello I want to solve the following linear programming problem: Here is my code: from gurobipy import *# define the modelM_LP = Model("LP_Exam")N = 5F_e = 160 * 10 **7t = 1H_t = [0, 46410792960, ...
-
Rabbitutu Yangさんがコメントを作成しました:
Hi Maliheh, The reason you guessed that the model is not feasible is completely correct. Based on this, I first reduced the value of v by a certain multiple, and then increased the value of y by th...
-
Rabbitutu Yangさんがコメントを作成しました:
Hi Maliheh, Sorry to disturb you again. I met a new bug for the above mentioned problem. During the assignment process, and the constraint with respect to v_n can be written as: W_LP.addConstrs((v...
-
Rabbitutu Yangさんがコメントを作成しました:
Your reply helps me a lot, thank you very much!! Best regards, Huan
-
Rabbitutu Yangさんがコメントを作成しました:
Hi Maliheh, your comment helps me a lot, thank you very much! However, I have a new problem. The problem can be modeled as follows: For the problem, only b_n and w_n are decision variables, other ...
-
Rabbitutu Yangさんが投稿を作成しました:
TypeError: 1.0 + 0.0007 <gurobi.Var *Awaiting Model Update*> is not a variable
回答済みI want to construct the following constraint: b_n<=(w_nWtlog2(1+c/w_n))/D_n, where b_n and w_n are decision variables, other notations, such as W, t, are constant. Considering that the above constr...