Originally posted by: SystemAdmin
> 1. is it possible to set the parameter CPX_PARAM_INTSOLFILEPREFIX from IDE .ops or OPL ? If yes, plz tell me how. Or only in C/C++....APIs
>
Sorry, I am not an expert with the OPL IDE, maybe you can ask this question on the
OPL Forum. I took a quick look at the settings page in an OPL model but could not find the parameter there. What should definitely work is adding an execute block:
execute PARAMS {
cplex.params[2143] = "filenameprefix";
}
> 2. So we can warm start the next run by finding the best from the last recovered integer feasible solutions?
>
Yes, that is what you could try. Whether that is effective highly depends on the characteristics of your problem.
#CPLEXOptimizers#DecisionOptimization