Fabiano Veglianti
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Fabiano Veglianti-
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, ...