How do i write CO2 emission constraint?

2 次查看(过去 30 天)
i have a question on how do i write co2 emission constraint codes?

采纳的回答

Torsten
Torsten 2022-6-27
编辑:Torsten 2022-6-27
Every M_CO2^t will be a solution variable x(i) in your optimization.
So setting the constraints
-(x(i)-x(i-1)) <= 0 for i <=12
and
x(i)-x(i-1) <= 0 for i>12
in your matrix A should be no problem.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Nonlinear Optimization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by