
Quin Ackerman
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Quin Ackerman-
Quin Ackerman created a post,
Trouble Setting Up Gurobi with Python on Mac
Awaiting user inputHi everyone, I am new to Gurobi and I need some help with setting it up on my Mac. I followed the installation guide, but I’m having trouble getting it to work with Python. Here’s what I did: Down...
-
Quin Ackerman created a post,
Seeking Guidance on Gurobi Optimization for Supply Chain Modeling
Awaiting user inputHello everyone, :) I am working on a project involving supply chain optimization using Gurobi, and I could use some guidance on a few points: I am struggling with incorporating complex constraints...
-
Quin Ackerman commented,
Hey there, I highly suggest you checking their official documentation and academic papers because they usually provide comprehensive information that can be useful for your thesis and you might al...
-
Quin Ackerman commented,
Try using this: from gurobipy import Model, GRBimport numpy as np# Create Gurobi model and define variablesmodel = Model()mvars = model.addVars(n, vtype=GRB.CONTINUOUS, name="vars")# Define your P...