
Viviana Arrigoni
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Viviana Arrigoni-
Viviana Arrigoni created a post,
how to getVar of MVar s?
AnsweredHi, I'm using gurobi in python to solve an optimization problem.I got two array variables, val1 and val2, initialized as follows: val1 = m.addMVar(n, lb=0.0, ub=GRB.INFINITY, vtype=GRB.CONTINUOUS, ...