Originally posted by: SystemAdmin
Thank you so much,
This works, but I have two problems with this method,
First, this method is not dynamic, I have to calculate all of test results and store them in an array and use them after, However, Let say I want to use column generation, when I am adding new variables and parameters are changing I have to do all calculations again
Second is that, if I have an array with large number of numbers, I have to calculate all of them, however, with function I do just calculate what I need. Specially in the column generation, I have to recalculate so many times.
So, If it could be a way to directly use functions in the objective function and constraints, It could be more efficient,
Regards,
Morad.
#DecisionOptimization#OPLusingCPLEXOptimizer