Arthur d'Hertog

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

Activity overview

Latest activity by Arthur d'Hertog
  • Arthur d'Hertog commented,

    Hi, Thanks for your respond. I'm trying to make a BMF. The goal is therefore to decompose a "test" matrix into two sub-matrices W and H. The goal is to minimize the differences between the test mat...

  • Arthur d'Hertog created a post,

    Else/If conditions

    Answered

    Hello, I want to make the following condition on gurobi : if expr_ij  >= 1 :     P[i,j] = 1else : P[i,j] = 0I am new on gurobi, do you have any tips for me ? Thanks a lot,   Arthur