Yannik Strieben
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Posts
Recent activity by Yannik Strieben-
Matrixmultiplication with decisionmatrix
AnsweredHello, in my optimization problem there is a decisionmatrix and two numpy arrays, initialized as follows x = m.addMVar((3, 3), vtype=GRB.INTEGER, name="x")a = np.ones((3, 3))b = np.ones((3, 3)) Eve...