Originally posted by: zsg10071086
Dear David,
Thank you for the attention. I have read the mulprod example. In that example, only one value is needed to be changed in each iteration. But in my case, in the previous iteration, I output a matrix for a decision variable (a large number of value), and these output need to be used as input in the following iteration. Till now, what I plan to do is: output the results for each iteration in a .txt file separately, and then copy the data of the previous stage from the .txt file to a .dat file to run the current iteration. But the current data need to cover the data of the previous stage. So till now, I have not solve this. I wonder whether there are some examples exactly done something like this. Any help is welcome.
#DecisionOptimization#OPLusingCPLEXOptimizer