Originally posted by: SystemAdmin
In ILOG-Script use
cplex.exportModel("myProblem.lp");
to dump as an LP-file (use different file extension to dump other supported formats).
Alternatively you can set it in the ops-file.
Regards
Norbert
#DecisionOptimization#OPLusingCPLEXOptimizer