Economic Dispatch
We have three power plants each producing electricity to satisfy the demand of . Each of the power plants has an upper and lower capacity limit and and a quadratic model of the cost associated with its power output . Numerical values for the capacity limits and cost coefficients are provided in the table bellow.
| 1 | 20 | 5 | 0.02 | 200 | 1000 |
| 2 | 25 | 4 | 0.015 | 300 | 1500 |
| 3 | 30 | 3 | 0.01 | 100 | 800 |
How much power should each power plant provide, to minimize the overall cost?
Mathematical Model
Always ON
Assuming all power plants must be powered on at all times, the problem can be modeled as
ON/OFF
Lets now assume that we may also power on/off each power plant based on the demand. This necessitates the inclusion of additional binary decision variables in the problem
The problem remains quadratic but, due to the binary decision variables , is now classified as a MIQP.