KK

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

Comments

Recent activity by KK Recent activity Votes
  • Thank you for giving me the example in R!  I have tried to code the relationship without matrix( because my original code is in C#) x−b−Mz1≤0.5 −x+b+Mz1≤M+0.5 I follow your suggest and introduce ...

  • Hello Jaromil, According to the link, how do I code these two formulation in Gurobi Mz1 >= x-b+ sigma (1) M(1-z1)> b-x-sigma(2) As far as I understand, M and sigma is some constant value, z1 is a G...

  • Thank you for answering my question.  I still have questions about introducing an additional binary variable for every entry of my goal array.  I forget to say my goal array is some random integer ...