Neda Türkoğlu
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Neda Türkoğlu-
GurobiError: Invalid argument to LinExpr multiplication
AnsweredHello 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...
-
TypeError: unsupported operand type(s) for -: 'generator' and 'NoneType'
AnsweredHi, 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...
-
Error with addVars
AnsweredHi, 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...