26 December 2021 21 5K Report

I am working on optimization but I don't know how to write these two constraints on lingo :

#sets:

power /1..24/ : windparc , pc_mp , pc_lp , pw_network , pgri , phydro , Pload_i , Psystem_i ;

#end sets

the constraints are :

1# if ( pload_i(j) >= 5500 :

pw_network(j) = windparc (j) and Psystem_i(j) = pw_network(j) + 5500 + phydro(j) ).

2# if ( pload_i(j)

More Said Zahmoun's questions See All
Similar questions and discussions