examples.youtube_LP_series package¶
Submodules¶
examples.youtube_LP_series.amphibian_coexistence_pyomo module¶
- examples.youtube_LP_series.amphibian_coexistence_pyomo.solve_coexistence_pyomo()¶
Solves for coexistence of some animals.
Each species uses different amounts of some shared resources. This function maximizes total population without over utilizing those resources.
This is the same as the other coexistence, except uses pyomo.
- Returns:
total population value, and a list of values for each species pop
- Return type:
float, list(float)
examples.youtube_LP_series.linear_scheduling module¶
- examples.youtube_LP_series.linear_scheduling.solve_schedule_pyomo(price_schedule: dict, charge_schedule: dict) None¶
doing some power scheduling
- Returns:
_description_
- Return type:
_type_
examples.youtube_LP_series.linear_scheduling_integer_constraints module¶
- examples.youtube_LP_series.linear_scheduling_integer_constraints.solve_schedule_pyomo(price_schedule: dict, charge_schedule: dict) None¶
doing some power scheduling
- Returns:
_description_
- Return type:
_type_