Mohammed Osman

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

Comments

Recent activity by Mohammed Osman Recent activity Votes
  • Hello Maliheh,  Thank you for answering my queries. I'll try these and see how it goes. Best regards,Mohammed.

  • Hello Maliheh,  You understood it correctly. That's what I'm trying to achieve. m.addConstr(quicksum(i.variable for i in oysters_list if i.face == 'North') == 1, 'oyster_north_const') As you said, ...

  • Hello Maliheh,  Thank you for the response.  I understand that constraint is applied to exactly one binary variable. But my concern is that I want to apply it to one of each type i.e., I have 2 Nor...