I'm trying to solve MIP problem with IBM ILOG CPLEX Optimization studio. All the parameters have been defined. I want to save the output from the first iteration and use this output as input for the next iteration and change some data too. I have 14 iterations and the mod file is fixed in each iteration. could you help me? Regards
I expect them to answer
See How to take some information from a first model and use that as input for a second model
in IBMCommunity forum
sub.mod
sub2.mod
and then the following model
gives
sub.mod multiplies 5 by 2 and gives 10 which is the input for sub2.mod that will multiply 10 by 3