Relative Content

Tag Archive for optimizationtime-seriespyomodisjunction

Pyomo disjunction of time-series arrays; error: “… LP writer does not know how to process

I wish to implement an electrical device powered by a PV curve in the pyomo.gdp (General Disjunctive programming) extension. In per unit system, the device needs at least 50% of the PV’s peak power.So, there are two disjunct states, ON and OFF. The optimiser shall maximise the usage (power P) of the device at all hours, in the simple example simply setting it equal to P_PV.
I know the BigM method would work here, but for later, more complex work, I really need the gdp capabilities, so I wish to understand and get the gdp syntax for disjunct for time arrays running.