Pre-Ing-2 S1 project
Cy EDF Pre-Ing-2 S1 project
Subject : C-Wire.pdf
This project aims to analyze energy distribution networks, from power plants to end consumers. The system is organized into levels (HV-B, HV-A, LV), each playing a key role in energy transformation and distribution. The goal is to identify situations of overproduction or underproduction and understand the distribution of consumption between businesses and individuals.
- Input_file : path to the input file
- Station_type : type of station (hvb, hva, lv)
- Consumer_type : type of consumer (indiv, comp, all)
- OPTIONAL : power_plant_id: id of the power plant
Not all cases are allowed (hvb supports all/indiv; hva supports all/indiv).
./c-wire.sh input/[input_file] [station_type(hvb, hva, lv)] [consumer_type(indiv, comp, all)] (power_plant_id) Exemple:
./c-wire.sh input/c-wire_v25.dat hva comp
- 10 : Error by passing arguments
- 20 : Invalid arguments
- 30 : Error when reading file
- 0 : Succes
- 10 : Error by passing arguments
- 20 : Invalid arguments
- 30 : Error when reading file
- 40 : Error when building AVL tree
- 50 : Error when writing output file
- 60 : Error when using AVL tree
- 70 : Error when using pointer
Please find attached the PDF file retracing the progress of the project:
PDF: Projet.pdf
Goupil Florian-MI03 22402529
Morille Paul-MI03 22402306
Wingering Cyprien-MI03 22401105