Anibal Baradei

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

Posts

Recent activity by Anibal Baradei Recent activity Votes
  • LP barrier method "false" solve

    Answered

    I have a very large LP model that takes a very long time to solve and I'm using both simplex and barrier to solve it (Method=0 I think?). All other times I've used barrier, when the solver says “So...

  • Algorithm for large model.

    Answered

    Hi! I'm trying to solve a large energy system MILP. For starters I ran a pure LP without the binary variables to check the solve time before adding binaries. Disclaimer, I don't have a background i...

  • Using the VarHint in a pyomo model

    Answered

    Dear community, I'm trying to use the VarHint feature in a pyomo model but I could not find any example using it. I'm solving using the following: opt = pyo.SolverFactory('gurobi')results = opt.so...