Quin Ackerman

  • Gurobi-versary
  • First Question
  • First Comment
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Comments

Recent activity by Quin Ackerman Recent activity Votes
  • 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...

  •  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...