Kirk Pinneo

  • 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 Kirk Pinneo
  • Kirk Pinneo created a post,

    Best way to extend the timelimit

    Answered

    If I set a 10 minute timelimit and an optimal solution is found in the callback, what is the best way to extend the timelimit back to the original 10 minutes.  1. Is there a way in the callback 2. ...

  • Kirk Pinneo created a post,

    Setting params in the Callback

    Answered

    Up until version 9.0, I was able to set params in the callback. model.set(GRB.DoubleParam.Cutoff, value) I am no longer able to do this?