How do i write CO2 emission constraint?

2 views (last 30 days)
i have a question on how do i write co2 emission constraint codes?
  2 Comments
afiq amirul
afiq amirul on 27 Jun 2022
in the context of the total capacity, Rj. here is the full eqn sir

Sign in to comment.

Accepted Answer

Torsten
Torsten on 27 Jun 2022
Edited: Torsten on 27 Jun 2022
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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!