Teemu Heinonen

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

Activity overview

Latest activity by Teemu Heinonen
  • Teemu Heinonen commented,

    Thank you again for the reply. I will need to study this code carefully. I am actually trying to solve a musical problem called an all-partition array, which has long interested me. The part of the...

  • Teemu Heinonen commented,

    Correction: y should of course be  y = m.addMVar(shape=(rows, columns, 13), vtype=GRB.BINARY)

  • Teemu Heinonen commented,

    Thank for for your reply Maliheh! This seems like a great solution, and the second example you give is what I need. It is still quite complicated for a starting Gurobi user. Do you have any tips wh...

  • Teemu Heinonen created a post,

    Comparing the rows of an array

    Ongoing

    Hello, I am a new Gurobi user. I tried searching for an answer to this and although I was able to find similar results, I still couldn't find exactly what I was looking for. I am using Python. I ha...