Fabiano Veglianti
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Fabiano Veglianti-
Fabiano Veglianti created a post,
How to set constraints in gurobipy given numpy matrix
AnsweredI'm a beginner and I'm having trouble adding constraints to my model.I created my model: primal = gb.Model("Primal") then I added my variables: xVar = primal.addVars(numxVar, vtype=GRB.CONTINUOUS, ...