Yannik Strieben

  • Gurobi-versary
  • First Question
  • Total activity 3
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 1

Posts

Recent activity by Yannik Strieben Recent activity Votes
  • Matrixmultiplication with decisionmatrix

    Answered

    Hello, 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...