Originally posted by: TapanDey
Dear All,
I was try to generate the .lp file from OPL using
execute CPX_PARAM {
cplex.preind = 0;
cplex.simdisplay = 2;
}
as well as
main {
thisOplModel.generate();
cplex.exportModel("C:\\Development\\Project\\ColoaderAllocationMod\\file.lp");
}
But could not generate the .lp file.
Can you please help me to generate the .lp file from OPL.
Appreciate your help.
Thanks,
Tapan Dey
#DecisionOptimization#OPLusingCPLEXOptimizer