Originally posted by: SystemAdmin
[fwagner@Ilog.fr said:]
What are you referring to as 'cplex code'?
OPL does not generate any code suitable for C++/.NET/Java compilers, but you can export the cplex model in .lp, .sav, .mps, etc. format.
Exporting is available via settings (.ops files) as 'Language > Run > Export format'.
Or through main scripting using cplex.exportModel() method, see documentation for details.
#DecisionOptimization#OPLusingCPLEXOptimizer