Hello everyone,
I’m new in AIMMS and need help for my thesis.
I need to implement the following constraints:

t is an index for the period, here t = ( 1,2,3,…,T )
- How can i set the initial value from E(t=1) = Q
- How can I implement the E(T+1)
Thank you in advance
kind regards
Best answer by gabiservidone
Hi Marv,
- You can either:
- create a element parameter with the first element of the set defined and use it as:
E(elementparameter) = Q - or add a domain
E(t) | t=1 = Q
- if T is a index of a set, you can do excatly that
t+1 and the result will be the next element of that set.
We do have 2 courses about modeling in AIMMS, this will be helpfull!
https://academy.aimms.com/course/view.php?id=35
https://academy.aimms.com/course/view.php?id=53