Originally posted by: GrEm
Hi
I would like to solve a relaxed version of the subproblem at some iterations, to speed up the computation.
Currently I have to re-generate the whole problem when I want to switch from the MIP formulation (with piecewise() hence with indicator constraints) to the LP relaxation.
I lose quite a lot of time in the generate() function, while only a few indicator constraints need to be relaxed.
Thanks
#DecisionOptimization#OPLusingCPLEXOptimizer