Skip to content

FLG95/EDF

Repository files navigation

☢️ Welcome to The README of Cy EDF Project ☢️

⚡Cy EDF⚡

Pre-Ing-2 S1 project

Projects

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.

Arguments :

  • 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).

Example of use :

./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
            

Shell exit code :

  • 10 : Error by passing arguments
  • 20 : Invalid arguments
  • 30 : Error when reading file

C exit code :

  • 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

Contributors

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •