Hi AIMMS community! I’m currently working on a resource transport model using AIMMS and I've encountered a symmetry challenge for resource balance between zones.
In the case when I would like to transport 200MW of power from zone 1 to zone 2, the net outflow of power from zone 2 must be equal to the net inflow of power into zone 1, which can be represented by the equation below:
F_in (z,z’) = F_out (z, z’)
whereby F_in (z,z’) is represented as the net inflow into zone z (zone 1) from zone z’ (zone 2);
while F_out (z,z’) is represented as the net outflow from zone z (zone 2) to zone z’ (zone 1).
Does anyone know of an AIMMS function that can seamlessly handle this equation? Any insights or tips are highly appreciated! Thanks so much!