I'm solving an optimization problem in which I need the result from one model to be used as a restriction in another model. I'm using CPLEX with OPL language without any addon.
I tried to save the values from one model into an Excel file and reading those into the next model but since I'm going to work with huge data files that won't be enough to do the job.
Theoretically I want to sequentially compile the two models, in which the data of the first model needs to be saved in memory and used to solve the other one. Is it possible?