Hasan Manzour

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

Posts

Recent activity by Hasan Manzour Recent activity Votes
  • Gurobi crashes in the cbcut

    Hi Gurobi community, I'm using Python Gurobi interface on linux. I'm using a callback function to add a set of valid inequalities. My callback looks like this: def mycallback(m, where):      if whe...

  • Can Gurobi solve rotated conic with a binary variable

    Answered

    Dear Gurobi users, I have a constraint in the following form: x*x <= y *z, where z is binary, y>=0, and x is free. Can Gurobi handle this constraint?  Thanks.