Daniel Montes
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Daniel Montes-
Daniel Montes commented,
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...