Fabian Schmid
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by Fabian Schmid-
Mixed-Integer Quadratic Programming (MIQP) model does not converge
AnsweredHi, I created a mixed integer quadratic optimization model in pyomo and want to solve it using gurobi. My model uses a hourly timeseries of a single year, which describes the costs associated with ...
-
Gurobi with WorkLimit and pyomo
AnsweredHi, I am using gurobi with a defined WorkLimit to solve a pyomo MILP. In case the MILP is infeasible I can nicely access the solver status, which indicates "termination condition: infeasibleOrUnbou...
-
Advice on how to speed up of MILP (Pyomo with Gurobi)
AnsweredHi,I want to solve a MILP, which optimizes the operation of an energy system. It is constructed in pyomo and includes some binary variables for electrolyzer, fuel cell, battery operation and simple...