Originally posted by: SystemAdmin
[vblanchard said:]
In OPL, if you don't want to use a settings file (.ops), you can set CPLEX parameters in the .mod with ILOG script as in
execute {
cplex.tilim = 10;
}
You will find additional information in the documentation under "Language User's Manual > ILOG Script for OPL > Introduction to scripting > Preprocessing and postprocessing > Changing option values "
#DecisionOptimization#OPLusingCPLEXOptimizer