İrem Bahtiyar
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by İrem Bahtiyar-
Quadratic Expression
AnsweredHi 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'
AnsweredHello, 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...