Originally posted by: story_
Hey there everybody,
This is a very simple question however I am not sure what I am supposed to do. So basically, I am using CPLEX OPL Version 12.4 and Excel 2007 on a Windows 7 64-bit laptop.
I need to solve multiple models in CPLEX with different parameters to observe a pattern in my model. To do this, instead of solving the models one by one (I need to solve around 200 models with different parameters) I am willing to write a code on Visual Basic to do it for me. I am clueless of which add-ins I shall use and which codes I should utilize.
The basic steps I want my code to do is:
1- After increasing the parameter make this excel file the document that is used in my optimization model.
2- Run the optimization model. (The model takes parameters from the excel file and writes the results to the same excel file)
3- Export the excel file
4- Copy the results and paste them in another Excel document where all results for different parameters are kept.
I would be really happy if you could help me with this very simple problem.
Thanks in advance.
#CPLEXOptimizers#DecisionOptimization