Thomas Offergeld

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

Posts

Recent activity by Thomas Offergeld Recent activity Votes
  • Support callbacks for parameter tuning

    I would like to tune the solver parameters for a model that makes use of callbacks to disallow invalid solutions through lazy constraints. Unfortunately the Model.tune() method unlike optimize() do...

  • Validating composition of general constraints

    Answered

    Hi there, I know it is possible to retrieve information about the composition of linear and quadratic constraints (such as the participating variables and their coefficients) from the model. I coul...