İrem Bahtiyar
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
İrem Bahtiyarによる最近のアクティビティ-
Quadratic Expression
回答済みHi Everyone, I am trying to solve the following code, but it takes forever the solve the model even tough it is not a big problem. Can you help me what is the problem? I believe I cannot handle the...
-
bad operand type for abs(): 'gurobipy.LinExpr'
回答済みHello, I am trying to use my variables in a diagonal matrix and I have the following code: import numpy as npfrom gurobi import * resources=2product=6A=np.array([[1,1,0,0,1,1],[0,0,1,1,1,1]])pri...