Federico D'Onofrio

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

Posts

Recent activity by Federico D'Onofrio Recent activity Votes
  • Variables fixing in Gurobi's B&B

    Answered

    Hello, I am working on a MIQP, let's call its binary variables 'u'. I have a method to compute very good heuristic solutions at each node of Gurobi's B&B and I want to use callbacks to do so. The o...

  • Retrieving multiple solutions using Pyomo

    Answered

    Hi! I am using Pyomo and I want to retrieve the solutions from the SolutionPool that Gurobi found. I know how to do it with Gurobi's Python API, but I am struggling to do the same when using Pyomo....