Originally posted by: Sambuddha
Hi --
I am running a linear program (using CPLEX as the solver); the linear program is coded up in OPL. However, after a run, I would like to
see the values of some of the decision variables, and if the value is sufficiently high, I would like to round it up to 1, and then start another
run. I.e. I would like to set the values of some of the decision variables to 1, and then the next run ought to have these dvars set.
Is there a way to do this in OPL? I am aware that there is such a way in AMPL using the "let" command.
Best,
Sambuddha.
#DecisionOptimization#OPLusingCPLEXOptimizer