Rabbitutu Yang
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
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, ...
-
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...