Neda Türkoğlu
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Neda Türkoğluさんの最近のアクティビティ-
Neda Türkoğluさんが投稿を作成しました:
GurobiError: Invalid argument to LinExpr multiplication
回答済みHello I am getting the following error: GurobiError: Invalid argument to LinExpr multiplication here is my code; from gurobipy import GRB,Model,quicksum #*import numpy as np # array kullanmak içi...
-
Neda Türkoğluさんが投稿を作成しました:
TypeError: unsupported operand type(s) for -: 'generator' and 'NoneType'
回答済みHi, I get the following error; TypeError: unsupported operand type(s) for -: 'generator' and 'NoneType' I think this is because of these codes; model.addConstr( traveltimevehicle[v] >= traveltimero...
-
Neda Türkoğluさんがコメントを作成しました:
Hi Matthias, Thank you for your help. I fixed that error. However now I get the following error; GurobiError: Unsupported type (<class 'gurobipy.gurobipy.TempConstr'>) for LinExpr addition argument...
-
Neda Türkoğluさんが投稿を作成しました:
Error with addVars
回答済みHi, In my code I get the following error; File "src\gurobipy\model.pxi", line 2725, in gurobipy.gurobipy.Model.addVars What can be done to fix this problem? And this is my code; from gurobipy i...