Andrew Kelly
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Andrew Kelly-
Andrew Kelly commented,
Hi Maliheh! Thank you for your response. I followed your instructions (and looked at the article you linked) and added the following: Z1 = q3.addVar(vtype=GRB.CONTINUOUS, name="Z1")Z2 = q3.addVar(...
-
Andrew Kelly created a post,
Invalid argument to QuadExpr multiplication
AnsweredHi, I am using Gurobi for Python (gurobipy): import gurobipy as gbfrom gurobipy import * I'm trying to take the minimization of an objective function that contains both continuous and binary variab...