Daniel Montes

  • First Comment
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Comments

Recent activity by Daniel Montes Recent activity Votes
  • Pyomo devs are refactoring the solver interfaces.You can now use the latests Gurobi interface with:from pyomo.contrib.solver.solvers.gurobi_direct import GurobiDirect opt = GurobiDirect() results...