Main class to run the Economic Load Dispatch (ELD) calculator. More...
Static Public Member Functions | |
| static void | main (String[] args) |
| Main method to execute the ELD calculation. | |
Main class to run the Economic Load Dispatch (ELD) calculator.
This class initializes the generator data and total demand, then invokes the ELDCalculator to compute the optimal power distribution.
|
inlinestatic |
Main method to execute the ELD calculation.
It loads generator data from a CSV file or user input, then performs the ELD calculation.
| args | command line arguments (not used) |