Zvonimir Haramustek

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

Activity overview

Latest activity by Zvonimir Haramustek
  • Zvonimir Haramustek created a post,

    Lazy constraints seem to be ignored in the final solution

    Answered

    Hi, I've been trying to implement a model that removes positive cycles from the graph by augmenting it as little as possible using qp and lazy constraints. Here is the code: https://pastebin.com/kL...

  • Zvonimir Haramustek created a post,

    addConstrs behaviour

    Answered

    Hi, I've been modeling a network flow optimization, and stumbled upon what appears to be a bug in the Python API. for eq in lin_eqs.select('*', '*', '*'): self.model.addConstr(eq==0) work just f...