İrem Bahtiyar
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by İrem Bahtiyar-
İrem Bahtiyar commented,
I understand, let me check my model. Thank you for your help! Best, İrem
-
İrem Bahtiyar commented,
Mr. Najman Hi, Thank you for your response, I appreciate it! I did not specify MIPGap at first, but now I did and it solved my problem quickly! MIPGap of 0.03 is enough for me. Thank you! I am awar...
-
İrem Bahtiyar created a post,
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...
-
İrem Bahtiyar commented,
Hi Chung-Kyun, I have the following mathematical model: K is the set of resources, N is the set of products. I coded this but it is long, so to have more efficient code, I want to use matrix forms...
-
İrem Bahtiyar created a post,
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...