Originally posted by: FredericDelhoume
oplrun -tune file_to_produce.ops -p project_to_run
processes all run configs by default I think, so if one of them gives a result, the file will be created, but in this
case tuning is for all run configs, not only the one you want (selected in IDE wizard)
In order to make it similar to the IDE processing in your screendump you have to specify the run config, as in :
oplrun -tune file_to_produce.ops -p project_to_run "Model 9 10mHz"
If there is no result, the IDE does not create the result.
And the IDE basically calls the same code as oplrun, so there should be no difference between the two
#CPLEXOptimizers#DecisionOptimization