Mike Lang

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 27
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 5
  • Subscriptions 6

Posts

Recent activity by Mike Lang Recent activity Votes
  • Overhead of adding lazy constraints via callback in Python

    Answered

    Dear all,  I am adding cuts to a MILP via lazy constraints with model.cbLazy() in a callback routine at where == GRB.Callback.MIPSOL   I am looking at the time it takes to add the lazy constraints ...

  • Callback on MIPNODE is late or slow

    Answered

    Dear community,  I am working on solving a large MIP with user callbacks. In one of the callbacks, I query if where == GRB.Callback.MIPNODE: and then add heuristic solutions via model.cbSetSolution...

  • MIP start takes very long to process

    Answered

    Dear community,  I have a large MIP (solve with a Benders-Decomp / callbacks) for which I know several feasible solutions, the best of which I provide to the model as a MIP start. the MIP start inc...

  • Reducing MILP solution time

    Answered

    Dear community,  I am working with a MILP with a significant number of (binary) decision variables and where Gurobi takes very long to reduce the MipGap and struggles to get to an optimal solution....