Darragh Ferguson

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

Activity overview

Latest activity by Darragh Ferguson
  • Darragh Ferguson commented,

    I now realise that when we set these variable values and call optimize again, the hints are being considered and the solver starts from the last objective value anyway. So can we do something along...

  • Darragh Ferguson created a post,

    Re-optimization

    Answered

    I am solving a MILP in python by first initialising my model, then I allow the solver to run for 15s, once the time limit is reached I take the binary variable x: x = m.addVars(arcs, vehicles, vtyp...