Dears,
Currently, I am using OPL-DoCplex to solve a problem using CP. The basic model was built in OPL then I called it into python by DoCplex. I have the following questions: 1- In the OPL model, there are decision expressions (dexpr) that were not import to python. How can I do that or where can I find the imported dexpr if any. 2- How can I stop the solver after finding each feasible solution do some post-processing then run the solver again. Is that possible?
Thanks in advance Mohamed