Expand description
Code for performing dispatch optimisation.
This is used to calculate commodity flows and prices.
Modulesยง
- constraints ๐
- Code for adding constraints to the dispatch optimisation problem.
Structsยง
- Solution
- The solution to the dispatch optimisation problem
- Variable
Map - A map for easy lookup of variables in the problem.
Functionsยง
- add_
variables ๐ - Add variables to the optimisation problem.
- calculate_
cost_ ๐coefficient - Calculate the cost coefficient for a decision variable
- enable_
highs_ ๐logging - Enable logging for the HiGHS solver
- perform_
dispatch_ optimisation - Perform the dispatch optimisation.
Type Aliasesยง
- Variable ๐
- A decision variable in the optimisation