dispatching grantors under pmin constraints
1 view (last 30 days)
Show older comments
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 

0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!