ELECTRIGRID supplies electricity to a small region from four generators running on natural gas. Over the years, a network of transmission lines were built, running from the generators to substation nodes around the region, as shown in the following map:
The following data files are provided:
- nodes.csv gives the location of each node (units are kilometres) and the current demand (MW) at that node
- grid.csv gives all the connections between the nodes that make up our grid
The red nodes on the map show the locations of the generators. Due to various factors, these generators have different capacities and costs for producing electricity.
Utilising Linear, Integer and Dynamic Programming techniques as well as mathematical formulation, we aim to optimize the total expected cost for meeting different conditions and requirements.
