Originally posted by: Eumpfenbach
I want to call OPL from Matlab only to create an LP file. I call it as:
dos('oplrun -p C:\Users\Ed\opl\New_MNL\ New_MNL_Configuration');
-p for project
C:\Users\Ed\opl\New_MNL\ is the location of the OPL project
New_MNL_Configuration is the name of the name of the run configuration I created in the IDE
It starts to solve the full MIP each time. When I just run the configuration in the IDE, I have it set to do one simplex iteration (and then write the .lp file, which is what I am after).
Any hints?
#DecisionOptimization#OPLusingCPLEXOptimizer