Tetiana Parshakova
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Tetiana Parshakova-
Tetiana Parshakova created a post,
gurobi python zero arrays with some entries variables
Answeredis it possible in gurobi to have a variable that is zero matrix with some entries being scalar gurobi expressions? eg, the code Q = np.diag([1, 2, 3]) A = np.array([ [1, 2, 3], [1, 1, 0] ]) b = np...