dispatching grantors under pmin constraints

1 view (last 30 days)
I have table m*12 that show the state number, generator 1- 10 unit status (0 off, 1on), sum on gens max generator power MW.
I have Pload value i.e 2808MW
G_cap_max = [500, 800, 1000, 500, 500, 500, 200, 200,200 ,200]
G_cap_min = [500, 0, 500, 0, 100, 0, 100, 0,0 ,0]
In all combinations from G1 to G10 genrated power >= Pload
My goal is to dispatch the generators without going below the min value.
In other words Pload – total capicty, where I take out the extra MW from Gen10,Gen9,Gen8 etc

Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Tags

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!