Hi everyone.
I'm starting with Aimms, I have two questions
First
How can I index a variable with an initial value or constraint? .
For example
X (i) is the dependent variable of the set (for example 4 things) with index i.
And what I need is
X (1)> = 50
X (2) <= 250
Variable X {
IndexDomain: i;
Range: nonnegative;
}
Second
How can I implement or call benders decomposition modules, stochastic programming etc. inside the MainExecution procedure?
Thank you
Thanking you for your support.