PowNet
PowNet copied to clipboard
PowNet: Network-constrained Unit Commitment / Economic Dispatch model in Python
#### Issue Description Currently, the Simulation class handles solver selection and instantiation directly, leading to some code duplication and potential for errors. The goal of this enhancement is to improve...
#### Issue Description Currently, the variable `T` is used throughout the power system modeling package to represent the simulation horizon (the total number of time steps in the simulation). This...
#### Issue Description: Currently, our power system model classes source their parameters from both the user_config.ini file and API arguments. The default behavior is to use user_config.ini, but API arguments...