Adem akgül
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Adem akgül-
Adem akgül commented,
Thank you very much Jaromil. Best wishes.
-
Adem akgül commented,
Hi Jaromil, thank you, it has worked. Why there are two packages, gurobipy and gurobi. Are they identical? What is the difference?
-
Adem akgül created a post,
version 9.5.0
AnsweredHi, I have gurobi 9.0.3 version on my computer. I'm using Anaconda distribution for Gurobi Python API. Do I need to reinstall version 9.5.0 from scratch or update gurobi module to 9.5.0 through Ana...
-
Adem akgül commented,
Hi Matthias. Thank you for your interest. I have another question. How can I formulate three-index formulation in quicksum. Let's say I hava an equation like this: mdl.addConstrs((x[i,j,w]* x[j,i,w...
-
Adem akgül commented,
Hi Mattihas, Thank you for your reply. As far as I understand, variables must be in dict structure, not a list or tuple, isn't it? I have another question? Is there a resource that covers modeling ...
-
Adem akgül created a post,
quicksum-list
Hi. I'm new to Gurobi. I have a question for a basic model, knapsack. When I use list dot product in a for loop in both objective function and constrain, I have an arro, KeyError : 0. What may be p...