Originally posted by: Nicolas33
Hello,
I have a question in OPL script, I would like to declare a vector of integer in a main script block (or an execute) is it possible?
I usually declare such arrays and a fixed size in preamble, but it is not possible in my case, because the size of the vector change..
Do you have a solution?
If I declare it in a function, is it a local variable that is suppressed after the end of the function?
Thanks,
nicolas
#DecisionOptimization#OPLusingCPLEXOptimizer