Luka Budin

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

Activity overview

Latest activity by Luka Budin
  • Luka Budin commented,

    Hi Maliheh, thanks for your solution using auxiliary variables, it solved the problem!   Kind regards, Luka

  • Luka Budin commented,

    Hi Maliheh, If I model the expression 2. using the Model.addGenConstrIndicator() method I get the following error in Python: "TypeError: must be a real number, not gurobipy.QuadExpr". I have a quad...

  • Luka Budin created a post,

    Conditional quadratic constraints

    Answered

    How would we formulate the following logical expression in Gurobi: The if-else logic can be solved by the following expressions (one has to know how to approximate BigM parameter well): Now we ha...